summaryrefslogtreecommitdiff
path: root/src/protocol/bahamut.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/bahamut.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/bahamut.c')
-rw-r--r--src/protocol/bahamut.c16
1 files changed, 8 insertions, 8 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)