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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
= Operator Commands
:toc:
== /oper
Authenticate as a server operator.
== /kill
Kill a client connection to the server.
== /kline
Ban a client from the server.
Specify "on" to set bans on remote servers.
This command is intended for Charybdis/Solanum servers.
Refer to your IRCd's documentation before using it.
See also: unkline
== /dline
Ban an IP address from the server.
Specify "on" to set bans on remote servers.
This command is intended for Charybdis/Solanum servers.
Refer to your IRCd's documentation before using it.
See also: undline
== /xline
Ban a gecos from the server.
Specify "on" to set bans on remote servers.
This command is intended for Charybdis/Solanum servers.
Refer to your IRCd's documentation before using it.
See also: unxline
== /resv
Ban a channel or nickname from the server.
Specify "on" to set bans on remote servers.
This command is intended for Charybdis/Solanum servers.
Refer to your IRCd's documentation before using it.
See also: unresv
== /unkline
Unban a client from the server.
See also: kline
== /undline
Unban an IP address from the server.
See also: dline
== /unxline
Unban a gecos from the server.
See also: xline
== /unresv
Unban a channel or nickname from the server.
See also: resv
== /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 of users on a server.
See also: etrace
== /etrace
Outputs a list of users on a server,
including the contents of the USER messages they sent during registration.
See also: trace
== /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.
|