summaryrefslogtreecommitdiff
path: root/rbot/channel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rbot/channel.rb')
-rw-r--r--rbot/channel.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/rbot/channel.rb b/rbot/channel.rb
index 0db4c106..edd206bf 100644
--- a/rbot/channel.rb
+++ b/rbot/channel.rb
@@ -39,6 +39,10 @@ module Irc
# topic set by
attr_accessor :by
+ def initialize
+ @name = ""
+ end
+
# when called like "puts @bots.channels[chan].topic"
def to_s
@name