]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
that syntax confuses rdoc
authorTom Gilbert <tom@linuxbrit.co.uk>
Fri, 5 Aug 2005 23:09:41 +0000 (23:09 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Fri, 5 Aug 2005 23:09:41 +0000 (23:09 +0000)
lib/rbot/rfc2812.rb

index c785599c03d22c5294cfe927845812cf13183786..e7e527b933c4899c4e56b9f7de1a6b88136b2cde 100644 (file)
@@ -826,31 +826,31 @@ module Irc
     #
     # ==server events currently supported:
     #
-    # :created::     when the server was started
-    # :yourhost::    your host details (on connection)
-    # :ping::        server pings you (default handler returns a pong)
-    # :nicktaken::   you tried to change nick to one that's in use
-    # :badnick::     you tried to change nick to one that's invalid
-    # :topic::       someone changed the topic of a channel
-    # :topicinfo::   on joining a channel or asking for the topic, tells you
-    #                who set it and when
-    # :names::       server sends list of channel members when you join
-    # :welcome::     server welcome message on connect
-    # :motd::        server message of the day
-    # :privmsg::     privmsg, the core of IRC, a message to you from someone
-    # :public::      optionally instead of getting privmsg you can hook to only
-    #                the public ones...
-    # :msg::         or only the private ones, or both
-    # :kick::        someone got kicked from a channel
-    # :part::        someone left a channel
-    # :quit::        someone quit IRC
-    # :join::        someone joined a channel
-    # :changetopic:: the topic of a channel changed
-    # :invite::      you are invited to a channel
-    # :nick::        someone changed their nick
-    # :mode::        a mode change
-    # :notice::      someone sends you a notice
-    # :unknown::     any other message not handled by the above
+    # created::     when the server was started
+    # yourhost::    your host details (on connection)
+    # ping::        server pings you (default handler returns a pong)
+    # nicktaken::   you tried to change nick to one that's in use
+    # badnick::     you tried to change nick to one that's invalid
+    # topic::       someone changed the topic of a channel
+    # topicinfo::   on joining a channel or asking for the topic, tells you
+    #               who set it and when
+    # names::       server sends list of channel members when you join
+    # welcome::     server welcome message on connect
+    # motd::        server message of the day
+    # privmsg::     privmsg, the core of IRC, a message to you from someone
+    # public::      optionally instead of getting privmsg you can hook to only
+    #               the public ones...
+    # msg::         or only the private ones, or both
+    # kick::        someone got kicked from a channel
+    # part::        someone left a channel
+    # quit::        someone quit IRC
+    # join::        someone joined a channel
+    # changetopic:: the topic of a channel changed
+    # invite::      you are invited to a channel
+    # nick::        someone changed their nick
+    # mode::        a mode change
+    # notice::      someone sends you a notice
+    # unknown::     any other message not handled by the above
     def []=(key, value)
       @handlers[key] = value
     end