]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a target...
authorattilamolnar <attilamolnar@hush.com>
Mon, 19 Nov 2012 02:37:59 +0000 (03:37 +0100)
committerattilamolnar <attilamolnar@hush.com>
Sat, 15 Dec 2012 18:47:40 +0000 (19:47 +0100)
commite3e3a35899931d98e76023464f9b077b09ba828d
tree5a4dbe8907a2bd25e1ac5a72ca5a182efdae7041
parent71d53e4883cdb83b50f43cd934ac9b4cd2b95383
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a target nickname

If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message
25 files changed:
src/commands/cmd_eline.cpp
src/commands/cmd_gline.cpp
src/commands/cmd_kline.cpp
src/commands/cmd_whois.cpp
src/commands/cmd_zline.cpp
src/mode.cpp
src/modules/m_chghost.cpp
src/modules/m_chgident.cpp
src/modules/m_chgname.cpp
src/modules/m_nicklock.cpp
src/modules/m_remove.cpp
src/modules/m_sajoin.cpp
src/modules/m_sakick.cpp
src/modules/m_sanick.cpp
src/modules/m_sapart.cpp
src/modules/m_saquit.cpp
src/modules/m_sasl.cpp
src/modules/m_shun.cpp
src/modules/m_spanningtree/away.cpp
src/modules/m_spanningtree/metadata.cpp
src/modules/m_spanningtree/operquit.cpp
src/modules/m_spanningtree/save.cpp
src/modules/m_sslinfo.cpp
src/modules/m_swhois.cpp
src/modules/m_uninvite.cpp