Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrsuen2007-04-03 21:56:15 +0000
committerrsuen2007-04-03 21:56:15 +0000
commit01f33072a61d6996850acaad8500eb7c3039b580 (patch)
tree15b2c6651e6d74644839f04499006bee7f54164b /doc
parenta99cc325ac2654708b0203365d597aeeb8153ba4 (diff)
downloadorg.eclipse.ecf-01f33072a61d6996850acaad8500eb7c3039b580.tar.gz
org.eclipse.ecf-01f33072a61d6996850acaad8500eb7c3039b580.tar.xz
org.eclipse.ecf-01f33072a61d6996850acaad8500eb7c3039b580.zip
Updated to correspond to the changes brought in by bug #180364.
Diffstat (limited to 'doc')
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/html/tutorials/bot.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/tutorials/bot.html b/doc/bundles/org.eclipse.ecf.doc/html/tutorials/bot.html
index 9a8cb84a6..af80e05b1 100644
--- a/doc/bundles/org.eclipse.ecf.doc/html/tutorials/bot.html
+++ b/doc/bundles/org.eclipse.ecf.doc/html/tutorials/bot.html
@@ -96,10 +96,12 @@ example, I will assume that your class's name is 'Geir2Bot' under the
<extension
point="org.eclipse.ecf.presence.bot.chatRoomRobot">
<chatRoomRobot
- chatRoom="#eclipse"
connectId="irc://geir2@irc.freenode.net"
containerFactoryName="ecf.irc.irclib"
id="org.eclipse.ecf.example.bot.geir2">
+ <chatRooms
+ name="#eclipse"<
+ >/chatRooms<
</chatRoomRobot>
</extension>
&lt;/plugin&gt;</pre>

Back to the top