1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

Many changes in IRC plugin, added IRC specific completions

This commit is contained in:
Sebastien Helleu
2007-12-11 17:34:31 +01:00
parent 43c49926d4
commit 061b0e5c58
27 changed files with 1745 additions and 1484 deletions
+3 -2
View File
@@ -49,6 +49,7 @@
#include "irc-channel.h"
#include "irc-config.h"
#include "irc-nick.h"
#include "irc-protocol.h"
struct t_irc_server *irc_servers = NULL;
@@ -1227,7 +1228,7 @@ irc_server_msgq_flush ()
irc_server_parse_message (ptr_msg, &host,
&command, &args);
/*switch (irc_protocol_recv_command (irc_recv_msgq->server,
switch (irc_protocol_recv_command (irc_recv_msgq->server,
ptr_msg,
host, command, args))
{
@@ -1254,7 +1255,7 @@ irc_server_msgq_flush ()
command, host, args);
break;
}
*/
if (host)
free (host);
if (command)