diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-07-09 11:24:04 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-07-09 11:24:04 +0000 |
commit | e87346649818cbe2290b186a0d6ef9636675de1b (patch) | |
tree | 38eb8becc68175fe2ab90a554385f3dc828d5461 /src | |
parent | 782aed680161431f4147369502ae3cedd4599302 (diff) |
BUILD : 1.7.19 (1255) BUGS : 743 NOTES : Fixed various compile errors with `make strict`
git-svn-id: svn://svn.anope.org/anope/trunk@1255 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@974 5417fbe8-f217-4b02-8779-1006273d7864
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); |