]> jfr.im git - irc/rizon/znc.git/commit
Don't send a MODE request when JOINing
authorUli Schlachter <redacted>
Wed, 27 Jul 2011 13:05:40 +0000 (15:05 +0200)
committerUli Schlachter <redacted>
Wed, 27 Jul 2011 13:12:03 +0000 (15:12 +0200)
commitf1cb09bd9ce0489d96f4ef91b3e226e0b0a37662
treef55ac8a7abaf89d8878e6d9f889932dc977627b0
parentdd56a3c2ba3e57c14d62618af09f75b84d696742
Don't send a MODE request when JOINing

Since commit 1a1cc4c756e, we'd always send a "MODE #chan" to IRC when we
received a "JOIN #chan". It used to work before that commit, because the mode
reply which is automatically sent on join is sent before the "end of /names"
numeric.

This just removes that MODE request. Proper IRC server should always send a MODE
reply on channel join.

Thanks to nyuszika7h`` for the report.

Signed-off-by: Uli Schlachter <redacted>
IRCSock.cpp