]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/messagemapper.rb
* (botuser) generalize() netmasks on transient->permanent
[user/henk/code/ruby/rbot.git] / lib / rbot / messagemapper.rb
index 7f13b7fbb78bebaf08c4acef54063af2b7485f4c..8b52baa4a04392ee4c5d8ab78070b644e46ee39f 100644 (file)
@@ -18,6 +18,7 @@ class Regexp
 end
 
 module Irc
+class Bot
 
   # MessageMapper is a class designed to reduce the amount of regexps and
   # string parsing plugins and bot modules need to do, in order to process
@@ -586,3 +587,4 @@ module Irc
     end
   end
 end
+end