summaryrefslogtreecommitdiff
path: root/TChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TChannel.cpp')
-rw-r--r--TChannel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TChannel.cpp b/TChannel.cpp
index a242605..d041e0a 100644
--- a/TChannel.cpp
+++ b/TChannel.cpp
@@ -70,9 +70,9 @@ void TChannel::interpret_message (ircmessage msg)
// show_users();
string temp;
-
+
if ( ucase(msg.command)=="JOIN" )
- if (ucase(msg.content)==ucase(name))
+ if (ucase(msg.params)==ucase(name))
{
msg_for_us=true;
users.addtolist(msg.origin);