diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-08-22 16:35:11 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-08-22 16:35:11 +0200 |
commit | c808355050c368a306cd9d5d62b8c05094c11404 (patch) | |
tree | 2b15eaa3c83b3af74063c571f2083adeda12e7f5 /include/command_parse.h | |
parent | e1e9341a84b89111c61c6c4bcceab1759b90f818 (diff) |
Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_swo set
Diffstat (limited to 'include/command_parse.h')
-rw-r--r-- | include/command_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index 0f39d3586..c3d67af23 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -85,7 +85,7 @@ class CoreExport CommandParser * With one list it is much simpler, and is used in NAMES, WHOIS, PRIVMSG etc. * * If there is only one list and there are duplicates in it, then the command handler is only called for - * unique items. Entries are compared using "irc comparision" (see irc::string). + * unique items. Entries are compared using "irc comparison". * If the usemax parameter is true (the default) the function only parses until it reaches * ServerInstance->Config->MaxTargets number of targets, to stop abuse via spam. * |