diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-09 15:23:18 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-09 15:23:18 +0000 |
commit | 379e57a91877830ebede66935304d3edb701f5ea (patch) | |
tree | c887111c6794317d6f2681d22a2ad4f5a0dbf8a3 /include | |
parent | f51dc2b1f7e8fc97427c2cc61aefd993b892821c (diff) |
- Make PRIVMSG/NOTICE use UID targets if possible
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2791 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/send.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/send.h b/include/send.h index 4d040d5..3fb88c3 100644 --- a/include/send.h +++ b/include/send.h @@ -86,7 +86,8 @@ extern void sendto_wallops_flags(unsigned int, struct Client *, extern void ts_warn(const char *, ...) AFP(1,2); extern void sendto_anywhere(struct Client *, struct Client *, - const char *, ...) AFP(3,4); + const char *, + const char *, ...) AFP(4,5); extern void kill_client(struct Client *, struct Client *, const char *, ... ) AFP(3,4); extern void kill_client_serv_butone(struct Client *, struct Client *, |