diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-13 00:14:53 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-13 00:14:53 +0000 |
commit | 922c6a35bb34598da397d2a0078adc397e84a853 (patch) | |
tree | 1cf50d155810dfc2bb48818e624137e0cd44884e /lib/rbot/irc.rb | |
parent | 211ec431c1fe0cd5eba3a45b90c9267da3c125ae (diff) |
more rdoc-ification
Diffstat (limited to 'lib/rbot/irc.rb')
-rw-r--r-- | lib/rbot/irc.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rbot/irc.rb b/lib/rbot/irc.rb index 6a0bb2a2..371762cb 100644 --- a/lib/rbot/irc.rb +++ b/lib/rbot/irc.rb @@ -503,9 +503,9 @@ class Regexp # Irc::User nicks and users and Irc::Channel names
#
# For each of them we define two versions of the regular expression:
- # * a generic one, which should match for any server but may turn out to
- # match more than a specific server would accept
- # * an RFC-compliant matcher
+ # * a generic one, which should match for any server but may turn out to
+ # match more than a specific server would accept
+ # * an RFC-compliant matcher
#
module Irc
|