diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:31:26 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:31:26 +0000 |
commit | 143ccccbb6d2e86e819bdb41f7021a353f5a72c9 (patch) | |
tree | c7baac95b922aeb434df76975e9c5c1a1a53514d /include/extern.h | |
parent | e5051e4aa5cfc9e80ac965a6a82e4cab8d17387c (diff) |
Replaced anope_SendSVSNOOP() with direct call to SendSVSNOOP() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1321 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 945ca249e..80b7cbbe5 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1162,7 +1162,6 @@ E void anope_SendSVSKill(const char *source, const char *user, const char *fmt, E void anope_SendSVSMode(User * u, int ac, const char **av); /* SVSMODE */ E void anope_SendSVSMode_chan(const char *name, const char *mode, const char *nick); /* SVSMODE */ E void anope_SendForceNickChange(const char *nick,const char *newnick, time_t when); /* SVSNICK */ -E void anope_SendSVSNOOP(const char *server, int set); /* SVSNOOP */ E void anope_SendSVSO(const char *source,const char *nick, const char *flag); /* SVSO */ E void anope_SendSVSPart(const char *source, const char *nick,const char *chan); /* SVSPART */ E void anope_SendSWhois(const char *source, const char *who, const char *mask); /* SWHOIS */ |