1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

Merge pull request #515 from LemonBoy/signal-proto

Correct the prototype for the 'message private' signal.
This commit is contained in:
ailin-nemui 2016-07-12 16:11:04 +02:00 committed by GitHub
commit 7cf9326cad

View File

@ -260,7 +260,7 @@ fe-exec.c:
fe-messages.c:
"message public", SERVER_REC, char *msg, char *nick, char *address, char *target
"message private", SERVER_REC, char *msg, char *nick, char *address
"message private", SERVER_REC, char *msg, char *nick, char *address, char *target
"message own_public", SERVER_REC, char *msg, char *target
"message own_private", SERVER_REC, char *msg, char *target, char *orig_target
"message join", SERVER_REC, char *channel, char *nick, char *address