mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
Many changes in IRC plugin
This commit is contained in:
@@ -51,7 +51,7 @@ irc_channel_new (struct t_irc_server *server, int channel_type,
|
||||
if ((new_channel = (struct t_irc_channel *) malloc (sizeof (struct t_irc_channel))) == NULL)
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
_("%sIrc: cannot allocate new channel"),
|
||||
_("%sirc: cannot allocate new channel"),
|
||||
weechat_prefix ("error"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user