summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/protocol/bahamut.c16
-rw-r--r--src/protocol/dreamforge.c16
-rw-r--r--src/protocol/hybrid.c16
-rw-r--r--src/protocol/plexus.c21
-rw-r--r--src/protocol/ptlink.c18
-rw-r--r--src/protocol/rageircd.c16
-rw-r--r--src/protocol/ratbox.c16
-rw-r--r--src/protocol/shadowircd.c16
-rw-r--r--src/protocol/solidircd.c16
-rw-r--r--src/protocol/ultimate2.c16
-rw-r--r--src/protocol/ultimate3.c16
-rw-r--r--src/protocol/unreal31.c16
-rw-r--r--src/protocol/unreal32.c16
-rw-r--r--src/protocol/viagra.c16
14 files changed, 116 insertions, 115 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c
index 942cd88a6..04a56337f 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -1111,7 +1111,7 @@ void bahamut_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1121,7 +1121,7 @@ void bahamut_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -1131,7 +1131,7 @@ void bahamut_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -1141,7 +1141,7 @@ void bahamut_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -1151,7 +1151,7 @@ void bahamut_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1195,7 +1195,7 @@ void bahamut_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1205,7 +1205,7 @@ void bahamut_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1215,7 +1215,7 @@ void bahamut_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void bahamut_cmd_nick(char *nick, char *name, char *modes)
diff --git a/src/protocol/dreamforge.c b/src/protocol/dreamforge.c
index 685eef45e..fb8dad8f4 100644
--- a/src/protocol/dreamforge.c
+++ b/src/protocol/dreamforge.c
@@ -828,7 +828,7 @@ void dreamforge_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -838,7 +838,7 @@ void dreamforge_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -848,7 +848,7 @@ void dreamforge_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -858,7 +858,7 @@ void dreamforge_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -868,7 +868,7 @@ void dreamforge_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -912,7 +912,7 @@ void dreamforge_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -922,7 +922,7 @@ void dreamforge_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -932,7 +932,7 @@ void dreamforge_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void dreamforge_cmd_nick(char *nick, char *name, char *modes)
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c
index a63f00e26..af402f8dc 100644
--- a/src/protocol/hybrid.c
+++ b/src/protocol/hybrid.c
@@ -998,7 +998,7 @@ void hybrid_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1008,7 +1008,7 @@ void hybrid_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -1018,7 +1018,7 @@ void hybrid_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -1028,7 +1028,7 @@ void hybrid_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -1038,7 +1038,7 @@ void hybrid_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1082,7 +1082,7 @@ void hybrid_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1092,7 +1092,7 @@ void hybrid_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1102,7 +1102,7 @@ void hybrid_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void hybrid_cmd_mode(char *source, char *dest, char *buf)
diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c
index d1e5b000c..fc5d788f1 100644
--- a/src/protocol/plexus.c
+++ b/src/protocol/plexus.c
@@ -1,4 +1,4 @@
-/* PlexusIRCD IRCD functions
+/*PlexusIRCD IRCD functions
* (C) 2003-2005 Anope Team
* Contact us at info@anope.org
*
@@ -6,7 +6,7 @@
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
- **/
+ */
#include "services.h"
#include "pseudo.h"
@@ -1208,7 +1208,7 @@ plexus_cmd_250 (char *buf)
return;
}
- send_cmd (NULL, "250 %s ", buf);
+ send_cmd (NULL, "250 %s", buf);
}
/* 307 */
@@ -1220,7 +1220,7 @@ plexus_cmd_307 (char *buf)
return;
}
- send_cmd (ServerName, "307 %s ", buf);
+ send_cmd (ServerName, "307 %s", buf);
}
/* 311 */
@@ -1232,7 +1232,7 @@ plexus_cmd_311 (char *buf)
return;
}
- send_cmd (ServerName, "311 %s ", buf);
+ send_cmd (ServerName, "311 %s", buf);
}
/* 312 */
@@ -1244,7 +1244,7 @@ plexus_cmd_312 (char *buf)
return;
}
- send_cmd (ServerName, "312 %s ", buf);
+ send_cmd (ServerName, "312 %s", buf);
}
/* 317 */
@@ -1256,7 +1256,7 @@ plexus_cmd_317 (char *buf)
return;
}
- send_cmd (ServerName, "317 %s ", buf);
+ send_cmd (ServerName, "317 %s", buf);
}
/* 219 */
@@ -1310,7 +1310,7 @@ plexus_cmd_242 (char *buf)
return;
}
- send_cmd (NULL, "242 %s ", buf);
+ send_cmd (NULL, "242 %s", buf);
}
/* 243 */
@@ -1322,7 +1322,7 @@ plexus_cmd_243 (char *buf)
return;
}
- send_cmd (NULL, "243 %s ", buf);
+ send_cmd (NULL, "243 %s", buf);
}
/* 211 */
@@ -1334,7 +1334,7 @@ plexus_cmd_211 (char *buf)
return;
}
- send_cmd (NULL, "211 %s ", buf);
+ send_cmd (NULL, "211 %s", buf);
}
void
@@ -1814,3 +1814,4 @@ AnopeInit (int argc, char **argv)
return MOD_CONT;
}
+
diff --git a/src/protocol/ptlink.c b/src/protocol/ptlink.c
index bbd2506eb..8d6d1d4ea 100644
--- a/src/protocol/ptlink.c
+++ b/src/protocol/ptlink.c
@@ -1,4 +1,5 @@
/* PTLink IRCD functions
+/* PTLink IRCD functions
*
* (C) 2003-2005 Anope Team
* Contact us at info@anope.org
@@ -586,7 +587,6 @@ void moduleAddIRCDMsgs(void) {
}
/* *INDENT-ON* */
-
int anope_event_svsinfo(char *source, int ac, char **av)
{
return MOD_CONT;
@@ -1014,7 +1014,7 @@ void ptlink_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1024,7 +1024,7 @@ void ptlink_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -1034,7 +1034,7 @@ void ptlink_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -1044,7 +1044,7 @@ void ptlink_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -1054,7 +1054,7 @@ void ptlink_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1098,7 +1098,7 @@ void ptlink_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1108,7 +1108,7 @@ void ptlink_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1118,7 +1118,7 @@ void ptlink_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void ptlink_cmd_mode(char *source, char *dest, char *buf)
diff --git a/src/protocol/rageircd.c b/src/protocol/rageircd.c
index c06667ebe..1db8ad6b0 100644
--- a/src/protocol/rageircd.c
+++ b/src/protocol/rageircd.c
@@ -1007,7 +1007,7 @@ void rageircd_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1017,7 +1017,7 @@ void rageircd_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -1027,7 +1027,7 @@ void rageircd_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -1037,7 +1037,7 @@ void rageircd_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -1047,7 +1047,7 @@ void rageircd_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1091,7 +1091,7 @@ void rageircd_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1101,7 +1101,7 @@ void rageircd_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1111,7 +1111,7 @@ void rageircd_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void rageircd_cmd_nick(char *nick, char *name, char *modes)
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 386633fd0..14081e870 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -1184,7 +1184,7 @@ void ratbox_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1194,7 +1194,7 @@ void ratbox_cmd_307(char *buf)
return;
}
- send_cmd((UseTS6 ? TS6SID : ServerName), "307 %s ", buf);
+ send_cmd((UseTS6 ? TS6SID : ServerName), "307 %s", buf);
}
/* 311 */
@@ -1204,7 +1204,7 @@ void ratbox_cmd_311(char *buf)
return;
}
- send_cmd((UseTS6 ? TS6SID : ServerName), "311 %s ", buf);
+ send_cmd((UseTS6 ? TS6SID : ServerName), "311 %s", buf);
}
/* 312 */
@@ -1214,7 +1214,7 @@ void ratbox_cmd_312(char *buf)
return;
}
- send_cmd((UseTS6 ? TS6SID : ServerName), "312 %s ", buf);
+ send_cmd((UseTS6 ? TS6SID : ServerName), "312 %s", buf);
}
/* 317 */
@@ -1224,7 +1224,7 @@ void ratbox_cmd_317(char *buf)
return;
}
- send_cmd((UseTS6 ? TS6SID : ServerName), "317 %s ", buf);
+ send_cmd((UseTS6 ? TS6SID : ServerName), "317 %s", buf);
}
/* 219 */
@@ -1270,7 +1270,7 @@ void ratbox_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1280,7 +1280,7 @@ void ratbox_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1290,7 +1290,7 @@ void ratbox_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void ratbox_cmd_mode(char *source, char *dest, char *buf)
diff --git a/src/protocol/shadowircd.c b/src/protocol/shadowircd.c
index 8fdab8db0..22786b87b 100644
--- a/src/protocol/shadowircd.c
+++ b/src/protocol/shadowircd.c
@@ -1204,7 +1204,7 @@ void shadowircd_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1214,7 +1214,7 @@ void shadowircd_cmd_307(char *buf)
return;
}
- send_cmd(TS6SID, "307 %s ", buf);
+ send_cmd(TS6SID, "307 %s", buf);
}
/* 311 */
@@ -1224,7 +1224,7 @@ void shadowircd_cmd_311(char *buf)
return;
}
- send_cmd(TS6SID, "311 %s ", buf);
+ send_cmd(TS6SID, "311 %s", buf);
}
/* 312 */
@@ -1234,7 +1234,7 @@ void shadowircd_cmd_312(char *buf)
return;
}
- send_cmd(TS6SID, "312 %s ", buf);
+ send_cmd(TS6SID, "312 %s", buf);
}
/* 317 */
@@ -1244,7 +1244,7 @@ void shadowircd_cmd_317(char *buf)
return;
}
- send_cmd(TS6SID, "317 %s ", buf);
+ send_cmd(TS6SID, "317 %s", buf);
}
/* 219 */
@@ -1288,7 +1288,7 @@ void shadowircd_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1298,7 +1298,7 @@ void shadowircd_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1308,7 +1308,7 @@ void shadowircd_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void shadowircd_cmd_mode(char *source, char *dest, char *buf)
diff --git a/src/protocol/solidircd.c b/src/protocol/solidircd.c
index 8455d1219..aa7fdabe5 100644
--- a/src/protocol/solidircd.c
+++ b/src/protocol/solidircd.c
@@ -1135,7 +1135,7 @@ void solidircd_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1145,7 +1145,7 @@ void solidircd_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -1155,7 +1155,7 @@ void solidircd_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -1165,7 +1165,7 @@ void solidircd_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -1175,7 +1175,7 @@ void solidircd_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1219,7 +1219,7 @@ void solidircd_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1229,7 +1229,7 @@ void solidircd_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1239,7 +1239,7 @@ void solidircd_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void solidircd_cmd_nick(char *nick, char *name, char *modes)
diff --git a/src/protocol/ultimate2.c b/src/protocol/ultimate2.c
index 3c3927deb..97b2f5ebc 100644
--- a/src/protocol/ultimate2.c
+++ b/src/protocol/ultimate2.c
@@ -947,7 +947,7 @@ void ultimate2_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -957,7 +957,7 @@ void ultimate2_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -967,7 +967,7 @@ void ultimate2_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -977,7 +977,7 @@ void ultimate2_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -987,7 +987,7 @@ void ultimate2_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1031,7 +1031,7 @@ void ultimate2_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1041,7 +1041,7 @@ void ultimate2_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1051,7 +1051,7 @@ void ultimate2_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
/* GLOBOPS */
diff --git a/src/protocol/ultimate3.c b/src/protocol/ultimate3.c
index 7a23faac4..9136db5c2 100644
--- a/src/protocol/ultimate3.c
+++ b/src/protocol/ultimate3.c
@@ -1264,7 +1264,7 @@ void ultimate3_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1274,7 +1274,7 @@ void ultimate3_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -1284,7 +1284,7 @@ void ultimate3_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -1294,7 +1294,7 @@ void ultimate3_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -1304,7 +1304,7 @@ void ultimate3_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1348,7 +1348,7 @@ void ultimate3_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1358,7 +1358,7 @@ void ultimate3_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1368,7 +1368,7 @@ void ultimate3_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
/* GLOBOPS */
diff --git a/src/protocol/unreal31.c b/src/protocol/unreal31.c
index d9d7cf750..d1740e17e 100644
--- a/src/protocol/unreal31.c
+++ b/src/protocol/unreal31.c
@@ -786,7 +786,7 @@ void unreal_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -796,7 +796,7 @@ void unreal_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -806,7 +806,7 @@ void unreal_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -816,7 +816,7 @@ void unreal_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -826,7 +826,7 @@ void unreal_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -870,7 +870,7 @@ void unreal_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -880,7 +880,7 @@ void unreal_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -890,7 +890,7 @@ void unreal_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
/* GLOBOPS */
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index cee9c8ed1..07136bc86 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -862,7 +862,7 @@ void unreal_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -872,7 +872,7 @@ void unreal_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -882,7 +882,7 @@ void unreal_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -892,7 +892,7 @@ void unreal_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -902,7 +902,7 @@ void unreal_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -946,7 +946,7 @@ void unreal_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -956,7 +956,7 @@ void unreal_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -966,7 +966,7 @@ void unreal_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
/* GLOBOPS */
diff --git a/src/protocol/viagra.c b/src/protocol/viagra.c
index 851c42268..61c109228 100644
--- a/src/protocol/viagra.c
+++ b/src/protocol/viagra.c
@@ -1205,7 +1205,7 @@ void viagra_cmd_250(char *buf)
return;
}
- send_cmd(NULL, "250 %s ", buf);
+ send_cmd(NULL, "250 %s", buf);
}
/* 307 */
@@ -1215,7 +1215,7 @@ void viagra_cmd_307(char *buf)
return;
}
- send_cmd(ServerName, "307 %s ", buf);
+ send_cmd(ServerName, "307 %s", buf);
}
/* 311 */
@@ -1225,7 +1225,7 @@ void viagra_cmd_311(char *buf)
return;
}
- send_cmd(ServerName, "311 %s ", buf);
+ send_cmd(ServerName, "311 %s", buf);
}
/* 312 */
@@ -1235,7 +1235,7 @@ void viagra_cmd_312(char *buf)
return;
}
- send_cmd(ServerName, "312 %s ", buf);
+ send_cmd(ServerName, "312 %s", buf);
}
/* 317 */
@@ -1245,7 +1245,7 @@ void viagra_cmd_317(char *buf)
return;
}
- send_cmd(ServerName, "317 %s ", buf);
+ send_cmd(ServerName, "317 %s", buf);
}
/* 219 */
@@ -1289,7 +1289,7 @@ void viagra_cmd_242(char *buf)
return;
}
- send_cmd(NULL, "242 %s ", buf);
+ send_cmd(NULL, "242 %s", buf);
}
/* 243 */
@@ -1299,7 +1299,7 @@ void viagra_cmd_243(char *buf)
return;
}
- send_cmd(NULL, "243 %s ", buf);
+ send_cmd(NULL, "243 %s", buf);
}
/* 211 */
@@ -1309,7 +1309,7 @@ void viagra_cmd_211(char *buf)
return;
}
- send_cmd(NULL, "211 %s ", buf);
+ send_cmd(NULL, "211 %s", buf);
}
void viagra_cmd_351(char *source)