From e57383a387729e496591aa878fc13ab1f9426461 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 16 Feb 2013 16:48:22 +0100 Subject: JOIN gefixt --- TChannel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TChannel.cpp') 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); -- cgit v1.2.1