mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
remove newline from "server outgoing modify"
This commit is contained in:
parent
a7eacf7eb8
commit
09e2689f23
3 changed files with 42 additions and 13 deletions
|
|
@ -151,7 +151,7 @@ irc.c:
|
|||
"whois default event", SERVER_REC, char *args, char *sender_nick, char *sender_address
|
||||
|
||||
"server incoming", SERVER_REC, char *data
|
||||
"server outgoing modify", SERVER_REC, GString *data
|
||||
"server outgoing modify", SERVER_REC, GString *data, int crlf
|
||||
|
||||
(for perl parser..)
|
||||
"redir "<cmd>, SERVER_REC, char *args, char *sender_nick, char *sender_address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue