On Thu, Jun 26, 2008 at 5:13 AM, phil1974@taylorassociate.com wrote:
How can I disable the command /sajoin and /samode in Bahamut IRCD please?
You can either not grant oper blocks with the "a" flag or you can remove these two lines from include/msg.h and recompile bahamut: {MSG_SAMODE, m_samode, MAXPARA, 0, 0}, {MSG_SAJOIN, m_sajoin, MAXPARA, 0, 0},
-Kobi.
(Kobi_S @ DALnet)