diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/hybrid.c | 2 | ||||
-rw-r--r-- | src/users.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c index 7501177d2..b26489e8e 100644 --- a/src/protocol/hybrid.c +++ b/src/protocol/hybrid.c @@ -687,7 +687,7 @@ void hybrid_cmd_sgline(char *mask, char *reason) void hybrid_cmd_remove_akill(char *user, char *host) { - // hybrid seems to support UNKLINE -Certus + /* hybrid seems to support UNKLINE -Certus */ send_cmd(s_OperServ, "UNKLINE * %s %s", user, host); } diff --git a/src/users.c b/src/users.c index fe1e41bc1..c4c068162 100644 --- a/src/users.c +++ b/src/users.c @@ -569,7 +569,7 @@ User *do_nick(const char *source, char *nick, char *username, char *host, * DefCon AKILL system, if we want to akill all connecting user's here's where to do it * then force check_akill again on them... **/ - // don't akill on netmerges -Certus + /* don't akill on netmerges -Certus */ if (is_sync(findserver(servlist, server)) && checkDefCon(DEFCON_AKILL_NEW_CLIENTS)) { strncpy(mask, "*@", 3); |