mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Split expandos from special-vars.c to expandos.c. Added list of signals
to each expando that can might change it's value. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@964 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5f941b8fa6
commit
d1eaeca255
19 changed files with 687 additions and 520 deletions
|
|
@ -321,7 +321,7 @@ static void sig_incoming(IRC_SERVER_REC *server, const char *line)
|
|||
g_string_sprintf(next_line, "%s\n", line);
|
||||
}
|
||||
|
||||
static void sig_server_event(const char *line, IRC_SERVER_REC *server,
|
||||
static void sig_server_event(IRC_SERVER_REC *server, const char *line,
|
||||
const char *nick, const char *address)
|
||||
{
|
||||
GSList *list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue