|
Page 5 of 6 5. IRCops
An ircop is basically the keeper of the server you are using. He kind of patrols the channels and does not let anyone break the server rules.
Ircops can kick people off of the server, ban them from the server. Local Ircop is an ircop that can only kill, ban people on their own server. Global Ircops can do it on any server. Service Administrators get people's password, add fixed akill's on some ip that are banned from the network and much more. Network Administrators help run the network.
Ircop commands :
/kill nick /kill CrazyGuy # This command would kick the user that you want off of the network.
/kline HostOrNick Time Reason /kline CrazyGuy 9999 Being mean to people # The kline command bans people from the server that person is using # at that time.
/gline HostOrNick Time Reason /gline CrazyGuy 9999 Being mean to people # The gline command bans the people from the whole network (every server!).
/getpass nick /getpass CrazyGuy # This command gets the password of someones nickname from nickserv. ; Only Service Administrators and higher can perform this command.
/getpass #channel /getpass #hacking # This command gets the password of someones channel from chanserv. ; Only Service Administrators and higher can perform this command.
|