summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 21:46:00 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 21:46:00 +0000
commitcd038ecb7a43912969e0199cb373f4c4eb1d7b43 (patch)
tree10de5fb5cd91b7ddda35cab52febc4e86306fb75 /include/extern.h
parent088c82ba1dc8965989ac308787044de976d90f96 (diff)
Replaced anope_SendConnect() with direct call to SendConnect() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1355 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 7f8b58eac..4d51988ac 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1115,7 +1115,6 @@ E unsigned int mysql_rand(void);
E void anope_cmd_capab(); /* CAPAB */
E void anope_cmd_chghost(const char *nick, const char *vhost); /* CHGHOST */
E void anope_cmd_chgident(const char *nick, const char *vIdent); /* CHGIDENT */
-E void anope_SendConnect(); /* Connect */
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 */