mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
Fixed bug with erroneous nickname when connecting to server (bug #19812), fixed display bugs in IRC error messages
This commit is contained in:
@@ -771,8 +771,6 @@ server_parse_message (char *message, char **host, char **command, char **args)
|
||||
pos2++;
|
||||
while (pos2[0] == ' ')
|
||||
pos2++;
|
||||
if (pos2[0] == ':')
|
||||
pos2++;
|
||||
*args = strdup (pos2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user