diff options
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/rfc2812.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbot/rfc2812.rb b/lib/rbot/rfc2812.rb index df9b9bb6..c785599c 100644 --- a/lib/rbot/rfc2812.rb +++ b/lib/rbot/rfc2812.rb @@ -826,8 +826,8 @@ module Irc # # ==server events currently supported: # - # :created when the server was started - # :yourhost your host details (on connection) + # :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 |