summaryrefslogtreecommitdiff
path: root/TChannel.cpp
diff options
context:
space:
mode:
authorFlorian Jung <florian.a.jung@web.de>2013-02-16 16:48:22 +0100
committerFlorian Jung <florian.a.jung@web.de>2013-02-16 16:48:22 +0100
commite57383a387729e496591aa878fc13ab1f9426461 (patch)
tree345b8fe0b46720bccd54f14ceccb9e5d21c79cbc /TChannel.cpp
parent74377ece178e661194a40fa79238b3089bb0d0f2 (diff)
JOIN gefixt
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);