diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/userlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/userlist.c b/src/common/userlist.c index 620ed4aa..061e8d95 100644 --- a/src/common/userlist.c +++ b/src/common/userlist.c @@ -397,7 +397,7 @@ userlist_add (struct session *sess, char *name, char *hostname) sess->total++; - /* most ircds don't support multiple modechars infront of the nickname + /* most ircds don't support multiple modechars in front of the nickname for /NAMES - though they should. */ while (prefix_chars) { |