projects
/
wraith.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0c33acd
)
* Fix kline notices (devel bug)
v1.2.15
author
Bryan Drewery
<bryan@shatow.net>
Wed, 7 May 2008 19:01:42 +0000 (19:01 +0000)
committer
Bryan Drewery
<bryan@shatow.net>
Wed, 7 May 2008 19:01:42 +0000 (19:01 +0000)
svn: 3767
src/mod/server.mod/servmsg.c
patch
|
blob
|
blame
|
history
diff --git
a/src/mod/server.mod/servmsg.c
b/src/mod/server.mod/servmsg.c
index
cadd154
..
6e3fd98
100755
(executable)
--- a/
src/mod/server.mod/servmsg.c
+++ b/
src/mod/server.mod/servmsg.c
@@
-1402,7
+1402,6
@@
static int got406(char *from, char *msg)
/* 465 info_ :You are banned from this server- Temporary K-line 1 min. - Testing kline notices (2008/4/3 09.51) */
static int got465(char *from, char *msg)
{
- newsplit(&msg); /* 465 */
newsplit(&msg); /* nick */
fixcolon(msg);
putlog(LOG_SERV, "*", "I am klined: %s", msg);