ircop can't do anything
Posted: Sat Nov 27, 2004 10:56 pm
Hello,
when an ircop is joining an own channel on my server he can't do anything, even not an kick or ban or give someone rights. mIRC says that i am an ircop so i have the rights but i can't use them. I have made an ircop this way:
and this piece of code might help:
Thanks!
when an ircop is joining an own channel on my server he can't do anything, even not an kick or ban or give someone rights. mIRC says that i am an ircop so i have the rights but i can't use them. I have made an ircop this way:
Code: Select all
oper cyber {
class clients;
from {
userhost *@*;
};
password "****";
flags {
local;
global;
can_localkill;
can_gkline;
can_setq;
};
swhois "Wampa Cyberhost";
snomask blaat;
};
Code: Select all
modes-on-connect "+xGw";
modes-on-oper "+xwgso";