summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2016-07-12 15:46:36 +0200
committerLemonBoy <thatlemon@gmail.com>2016-07-12 15:46:36 +0200
commit0fe81cae83f1b981e6544be6fcaa924f2ce7caad (patch)
treec8ead797025960995bd966f5e3a7eb965655ca48 /docs
parentb8f7eaad40d66b653fa1ff2ed366954e6e8d9732 (diff)
downloadirssi-0fe81cae83f1b981e6544be6fcaa924f2ce7caad.zip
Correct the prototype for the 'message private' signal.
Diffstat (limited to 'docs')
-rw-r--r--docs/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/signals.txt b/docs/signals.txt
index 8b71fd95..5e03d901 100644
--- a/docs/signals.txt
+++ b/docs/signals.txt
@@ -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