mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
Remove old notify code in irc plugin (done by notify plugin)
This commit is contained in:
@@ -619,8 +619,7 @@ irc_command_connect (void *data, struct t_gui_buffer *buffer, int argc,
|
||||
server_tmp.command,
|
||||
1, /* command_delay */
|
||||
server_tmp.autojoin,
|
||||
1, /* autorejoin */
|
||||
NULL);
|
||||
1); /* autorejoin */
|
||||
if (ptr_server)
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
@@ -2777,8 +2776,7 @@ irc_command_server (void *data, struct t_gui_buffer *buffer, int argc,
|
||||
server_tmp.command,
|
||||
1, /* command_delay */
|
||||
server_tmp.autojoin,
|
||||
1, /* autorejoin */
|
||||
NULL);
|
||||
1); /* autorejoin */
|
||||
if (new_server)
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
|
||||
Reference in New Issue
Block a user