diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-07 12:05:54 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-07 12:05:54 +0000 |
commit | 8ddda2eb785e0624612dcef4e746bec74b761cfa (patch) | |
tree | 2da1db0181f12d14834162b319b6892d6eaa382f /src/protocol/plexus3.c | |
parent | 1ad4aed21cd9bae62dde5219526797e7a5c58cf7 (diff) |
BUILD : 1.7.14 (1126) BUGS : N/A NOTES : Applied ThaPrinces plexus support patch
git-svn-id: svn://svn.anope.org/anope/trunk@1126 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@850 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus3.c')
-rw-r--r-- | src/protocol/plexus3.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c index af666a2bd..8a51b5221 100644 --- a/src/protocol/plexus3.c +++ b/src/protocol/plexus3.c @@ -73,8 +73,8 @@ IRCDVar myIrcd[] = { 1, /* svshold */ 1, /* time stamp on mode */ 0, /* NICKIP */ - 1, /* UMODE */ 0, /* O:LINE */ + 1, /* UMODE */ 1, /* VHOST ON NICK */ 0, /* Change RealName */ CMODE_p, /* No Knock */ @@ -1614,13 +1614,13 @@ anope_event_pass (char *source, int ac, char **av) void plexus_cmd_svsjoin (char *source, char *nick, char *chan) { - /* Not Supported by this IRCD */ + send_cmd(ServerName, "ENCAP * SVSJOIN %s %s", nick, chan); } void plexus_cmd_svspart (char *source, char *nick, char *chan) { - /* Not Supported by this IRCD */ + send_cmd(ServerName, "ENCAP * SVSPART %s %s", nick, chan); } void |