]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGISTERED...
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 13 Jul 2008 22:57:45 +0000 (22:57 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 13 Jul 2008 22:57:45 +0000 (22:57 +0000)
commit0797f1312163ccc5174e52042d87af21dc042124
treeb5578b969aeef7c4e156bea45c40f078c4ad7455
parent7009fbf66e908c97e6204333c4ba8bd6bcc9a7a1
Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGISTERED instead of picking a random numeric. Also no longer send a notice to opers, as 1) this could flood and 2) stupid things like cgiirc will trigger this a lot. Additionally, add a note to REHASH about finding a way to kill rehash thread if needed.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10013 e03df62e-2008-0410-955e-edbf42e46eb7
include/numerics.h
src/commands/cmd_join.cpp
src/commands/cmd_pass.cpp
src/commands/cmd_rehash.cpp
src/commands/cmd_server.cpp
src/commands/cmd_time.cpp
src/commands/cmd_version.cpp