summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbot/message.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/message.rb b/lib/rbot/message.rb
index 3292cb83..4110e634 100644
--- a/lib/rbot/message.rb
+++ b/lib/rbot/message.rb
@@ -17,6 +17,7 @@ module Irc
Bold = "\002"
Underline = "\037"
Reverse = "\026"
+ Italic = "\011"
Color = "\003"
ColorRx = /#{Color}\d\d?(?:,\d\d?)?/