1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
= Operator Commands
:toc:
== /oper
Authenticate as a server operator.
== /kill
Kill a client connection to the server.
== /kline
Ban a client from the server.
== /unkline
Unban a client from the server.
== /undline
Unban a client from the server.
== /unxline
Unban a gecos from the server.
== /unresv
Unban a channel or nickname from the server.
== /testline
Check matching I/K/D lines for a `[[nick!]user@]host`.
== /testkline
Check matching K/D lines for a `[user@]host`.
== /testgecos
Check matching X lines for a `gecos`.
== /testmask
Test how many local and global clients match a mask.
== /masktrace
Outputs a list of local users matching the given masks.
== /chantrace
Outputs a list of channel members in etrace format.
== /trace
Outputs a list users on a server.
== /etrace
Outputs a list users on a server.
== /map
Display network map.
== /sconnect
Connect two servers together.
== /squit
Split a server away from your side of the network.
== /modload
Load an IRCd module.
== /modunload
Unload an IRCd module.
== /modlist
List loaded IRCd modules.
== /modrestart
Reload all IRCd modules.
== /modreload
Reload an IRCd module.
== /grant
Manually assign a privset to a user.
== /privs
Check operator privileges of the target.
|