X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fnickmodel.cpp;h=efde51288e50357da77216aa58b3e9b48beef984;hp=2827890e7346a4e304335a9358ff6c5d7f2b259f;hb=fd7c2c4a41b5bb9cffcfe7a8f86a28ab7f38ac27;hpb=9a6a8478bdd8c7c5bb4ff1fa3de9510863d65a97 diff --git a/src/client/nickmodel.cpp b/src/client/nickmodel.cpp index 2827890e..efde5128 100644 --- a/src/client/nickmodel.cpp +++ b/src/client/nickmodel.cpp @@ -178,7 +178,7 @@ int NickModel::userCategory(IrcUser *user) const { int NickModel::categoryFromModes(const QString &modes) const { int cat; - // we hardcode this even though we have PREFIX in networkinfo... but that wouldn't help with mapping modes to + // we hardcode this even though we have PREFIX in network... but that wouldn't help with mapping modes to // category strings anyway. if(modes.contains('q')) cat = 1; else if(modes.contains('a')) cat = 2;