diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 23:08:13 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 23:08:13 +0000 |
commit | fa868709e3892232cbd6f0f91ccb799ff8c1894a (patch) | |
tree | 6f187c4e3f87f1ae687496239f74b87ca891bbaf /lib/rbot | |
parent | f64911b2c657cb57248e4a38166e47250d4108ca (diff) |
More tweaks
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 |