mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Correct the prototype for the 'message private' signal.
This commit is contained in:
parent
b8f7eaad40
commit
0fe81cae83
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue