mirror of
https://github.com/anope/anope.git
synced 2026-06-29 20:46:39 +02:00
BUILD : 1.7.12 (914) BUGS : NOTES : Anope 1.7.12-rc1 stuffs
git-svn-id: svn://svn.anope.org/anope/trunk@914 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@660 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
96c98e6eea
commit
4e09ffe9b4
@@ -764,7 +764,7 @@ void solidircd_cmd_svsadmin(char *server, int set)
|
||||
/* SGLINE */
|
||||
void solidircd_cmd_sgline(char *mask, char *reason)
|
||||
{
|
||||
send_cmd(NULL, "SGLINE %d :%s:%s", (int)strlen(mask), mask, reason);
|
||||
send_cmd(NULL, "SGLINE %d :%s:%s", (int) strlen(mask), mask, reason);
|
||||
}
|
||||
|
||||
/* RAKILL */
|
||||
@@ -1656,7 +1656,8 @@ int AnopeInit(int argc, char **argv)
|
||||
{
|
||||
|
||||
moduleAddAuthor("Anope");
|
||||
moduleAddVersion("$Id$");
|
||||
moduleAddVersion
|
||||
("$Id$");
|
||||
moduleSetType(PROTOCOL);
|
||||
|
||||
pmodule_ircd_version("Solid-IRCd 3.4.*");
|
||||
|
||||
Reference in New Issue
Block a user