diff options
| author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:57:58 +0000 |
|---|---|---|
| committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:57:58 +0000 |
| commit | b78420a0ee3ab0ff212a2f77778a9ed8e66f6338 (patch) | |
| tree | f3b5ba40f05d8ef7aa34d2b9ab9e0fc8451b519e /include | |
| parent | 1b6c423898e430728eb46ef796a2aa10e1248a1b (diff) | |
Replaced anope_SendBanDel() with direct call to SendBanDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1362 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -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 24be1b8d5..5540513aa 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1117,7 +1117,6 @@ E void anope_cmd_chghost(const char *nick, const char *vhost); E void anope_cmd_chgident(const char *nick, const char *vIdent); /* CHGIDENT */ E void anope_cmd_ea(); /* EA */ E void anope_cmd_tmode(const char *source, const char *dest, const char *fmt, ...); /* TMODE */ -E void anope_SendBanDel(const char *name, const char *nick); /* MODE -b */ E void anope_cmd_netinfo(int ac, const char **av); /* NETINFO */ E void anope_cmd_pass(const char *pass); /* PASS */ E void anope_cmd_protoctl(); /* PROTOCTL */ |
