]> jfr.im git - irc/irssi/irssi.git/commitdiff
Correct the prototype for the 'message private' signal.
authorLemonBoy <redacted>
Tue, 12 Jul 2016 13:46:36 +0000 (15:46 +0200)
committerLemonBoy <redacted>
Tue, 12 Jul 2016 13:46:36 +0000 (15:46 +0200)
docs/signals.txt

index 8b71fd9550189744346b87cd6e57f524956e8738..5e03d90134c6968e47682910994958c5a093547e 100644 (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