mirror of
https://github.com/anope/anope.git
synced 2026-07-02 23:43:12 +02:00
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
This commit is contained in:
parent
1ad4aed21c
commit
8ddda2eb78
@@ -73,8 +73,8 @@ IRCDVar myIrcd[] = {
|
||||
0, /* svshold */
|
||||
1, /* time stamp on mode */
|
||||
0, /* NICKIP */
|
||||
0, /* UMODE */
|
||||
0, /* O:LINE */
|
||||
1, /* UMODE */
|
||||
1, /* VHOST ON NICK */
|
||||
0, /* Change RealName */
|
||||
CMODE_p, /* No Knock */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user