summaryrefslogtreecommitdiff
path: root/src/protocol/plexus2.h
diff options
context:
space:
mode:
authorjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-06 13:08:37 +0000
committerjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-06 13:08:37 +0000
commit727bcf1fde40813f9bd148064ac377b972a6cdce (patch)
tree0341d4410a5740c0982441c0255d9f8e27f2be7b /src/protocol/plexus2.h
parent699bee06c3a6e69e44f0e5b91d8e2054685c8213 (diff)
Added option for delayed pseudo-client introduction. (Required for Insp 1.2)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2535 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus2.h')
-rw-r--r--src/protocol/plexus2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/plexus2.h b/src/protocol/plexus2.h
index 912c8e73b..2c5d9f115 100644
--- a/src/protocol/plexus2.h
+++ b/src/protocol/plexus2.h
@@ -105,6 +105,7 @@ void plexus_cmd_chg_nick(char *oldnick, char *newnick);
void plexus_cmd_svsnick(char *source, char *guest, time_t when);
void plexus_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
void plexus_cmd_connect(int servernum);
+void plexus_cmd_bob();
void plexus_cmd_svshold(char *nick);
void plexus_cmd_release_svshold(char *nick);
void plexus_cmd_unsgline(char *mask);