move away message to fe-common/core

This commit is contained in:
ailin-nemui 2019-08-14 22:52:38 +02:00
commit 5f13614d47
7 changed files with 27 additions and 41 deletions

View file

@ -247,7 +247,7 @@ static void event_away_notify(IRC_SERVER_REC *server, const char *data,
params = event_get_params(data, 1 | PARAM_FLAG_GETREST,
&awaymsg);
signal_emit("message irc away", 4,
signal_emit("message away_notify", 4,
server, nick, addr, awaymsg);
g_free(params);
}