From c808355050c368a306cd9d5d62b8c05094c11404 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 22 Aug 2016 16:35:11 +0200 Subject: Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_swo set --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. * -- cgit v1.2.3