mirror of
https://github.com/anope/anope.git
synced 2026-06-27 15:26:41 +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
+1
-1
@@ -354,7 +354,7 @@ int m_whois(char *source, char *who)
|
||||
/* Bots are handled separately */
|
||||
anope_cmd_311("%s %s %s %s * :%s", source, bi->nick,
|
||||
bi->user, bi->host, bi->real);
|
||||
anope_cmd_307("%s :%s is a registered nick", source, bi->nick);
|
||||
anope_cmd_307("%s %s :is a registered nick", source, bi->nick);
|
||||
anope_cmd_312("%s %s %s :%s", source, bi->nick, ServerName,
|
||||
ServerDesc);
|
||||
anope_cmd_317("%s %s %ld %ld :seconds idle, signon time",
|
||||
|
||||
@@ -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