1
0
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:
Sebastien Helleu
2007-05-09 11:00:11 +00:00
parent 860e9a08f3
commit 054abdff85
26 changed files with 2290 additions and 1846 deletions
-2
View File
@@ -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);
}
}