summaryrefslogtreecommitdiff
path: root/src/irc/irc_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/irc_client.cpp')
-rw-r--r--src/irc/irc_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc_client.cpp b/src/irc/irc_client.cpp
index 1411689..270e0ed 100644
--- a/src/irc/irc_client.cpp
+++ b/src/irc/irc_client.cpp
@@ -285,7 +285,7 @@ void IrcClient::on_isupport_message(const IrcMessage& message)
// Remove the default types, they apply only if no other value is
// specified.
this->chantypes.clear();
- size_t i = 11;
+ size_t i = 10;
while (i < token.size())
this->chantypes.insert(token[i++]);
}