mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
Typofix
This commit is contained in:
parent
02f58fd515
commit
99a288fb47
@ -397,7 +397,7 @@ userlist_add (struct session *sess, char *name, char *hostname)
|
|||||||
|
|
||||||
sess->total++;
|
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. */
|
for /NAMES - though they should. */
|
||||||
while (prefix_chars)
|
while (prefix_chars)
|
||||||
{
|
{
|
||||||
|
@ -1436,7 +1436,7 @@ menu_pluginlist (void)
|
|||||||
|
|
||||||
#define url_help _("URL Handlers - Special codes:\n\n"\
|
#define url_help _("URL Handlers - Special codes:\n\n"\
|
||||||
"%s = the URL string\n\n"\
|
"%s = the URL string\n\n"\
|
||||||
"Putting a ! infront of the command\n"\
|
"Putting a ! in front of the command\n"\
|
||||||
"indicates it should be sent to a\n"\
|
"indicates it should be sent to a\n"\
|
||||||
"shell instead of HexChat")
|
"shell instead of HexChat")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user