summaryrefslogtreecommitdiff
path: root/src/protocol/bahamut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r--src/protocol/bahamut.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c
index 55a25d3c4..5cca68151 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -740,7 +740,7 @@ void bahamut_cmd_svsadmin(char *server, int set)
/* SGLINE */
void bahamut_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 */
@@ -1628,7 +1628,8 @@ int AnopeInit(int argc, char **argv)
{
moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ moduleAddVersion
+ ("$Id$");
moduleSetType(PROTOCOL);
pmodule_ircd_version("BahamutIRCd 1.4.*/1.8.*");