mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Merge pull request #515 from LemonBoy/signal-proto
Correct the prototype for the 'message private' signal.
This commit is contained in:
parent
6b212be112
commit
e68817f82b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user