summaryrefslogtreecommitdiff
path: root/lib/rbot/irc.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-09-13 00:14:53 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-09-13 00:14:53 +0000
commit922c6a35bb34598da397d2a0078adc397e84a853 (patch)
tree1cf50d155810dfc2bb48818e624137e0cd44884e /lib/rbot/irc.rb
parent211ec431c1fe0cd5eba3a45b90c9267da3c125ae (diff)
more rdoc-ification
Diffstat (limited to 'lib/rbot/irc.rb')
-rw-r--r--lib/rbot/irc.rb6
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