]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
authorPeter Powell <petpow@saberuk.com>
Fri, 23 Jan 2015 20:09:31 +0000 (20:09 +0000)
committerPeter Powell <petpow@saberuk.com>
Sat, 24 Jan 2015 11:57:49 +0000 (11:57 +0000)
commite0412d5161891c04faf2050cc02e8a9cffdda8a4
tree7684d77347ef11f5090427bce3b4836e936c8b11
parent38bc192dd6d289b8632349c67ef2cafdca3b4159
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.

This is specified in RFC 1459 so we should probably use it.
include/numerics.h
src/usermanager.cpp
src/xline.cpp