summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-22 13:20:44 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-22 13:20:44 +0000
commit2b1df0a547f5731a3c447d48d8e222a8732c9877 (patch)
treea9815776e78639d6666a87ae4082a5c1cb466ad7 /src/protocol/unreal32.c
parent8e7514123572ab91beabf6c79adf5bf743739413 (diff)
Commited without am, to remove indent crap
git-svn-id: svn://svn.anope.org/anope/trunk@806 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@560 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c16
1 files changed, 8 insertions, 8 deletions
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 */