]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/message.rb
Color codes and Irc.color(fg, bg) methods to ease color display
[user/henk/code/ruby/rbot.git] / lib / rbot / message.rb
index 4110e634b92a0a966350b2a13a3f59ebe9614fe3..75427a9eea83a6c7f38a68446651e9b4711f3b32 100644 (file)
@@ -14,13 +14,6 @@ module Irc
     :desc => "when replying with nick put this character after the nick of the user the bot is replying to"
   )
 
-  Bold = "\002"
-  Underline = "\037"
-  Reverse = "\026"
-  Italic = "\011"
-  Color = "\003"
-  ColorRx = /#{Color}\d\d?(?:,\d\d?)?/
-
   # base user message class, all user messages derive from this
   # (a user message is defined as having a source hostmask, a target
   # nick/channel and a message part)