|
CHATOPS |
IRCop Chat - Messages are only seen by IRCops with the
+c
flag |
/CHATOPS <message> |
|
GLOBOPS |
Sends a global "Message" to all IRCops. Only viewable by
IRCops (unlike WALLOPS, which can be viewed by normal users). |
/GLOBOPS <message> |
|
LOCOPS |
Similar to GLOBOPS, except only received by those IRCops
local to your server. |
/LOCOPS <messae> |
|
CHGHOST |
Changes the HostMask of a user |
/CHGHOST <nick> <new.mask> |
|
CHGIDENT |
Changes the Ident of a user |
/CHGIDENT <nick> <new_ident> |
|
CHGNAME |
Changes the "Real Name" of a user |
/CHGNAME <nick> <new_name> |
|
CONNECT |
Causes the current server to link to specified server OR
causes a hub to link to a leaf using a specific port |
/CONNECT <server>
/CONNECT <hub> 6667 <leaf> |
|
DCCDENY |
Adds a DCC Deny for that Filename mask. This means that
any DCC sends of Files matching that Filename mask will be rejected. |
/DCCDENY <filename.ext or mask>
<reason> |
|
UNDCCDENY |
If the EXACT file you type is found it is removed, else
it uses wildcards to search |
/UNDCCDENY <filename | mask> |
|
GLINE |
This command provides timed G:Lines. If you match a
G:Line you cannot connect to ANY server on the IRC network. (Same as
AKILL). Time of
0 makes Gline non-expiring. |
add: /GLINE <user@host mask>
.........<seconds to be banned> :<reason>
del: /GLINE -<user@host mask> |
|
KILL |
Kills (disconnects) a user form the server - Remember to
add the date and time at the end of your reason, as all kills are logged
and reviewed. |
/KILL <user> <reason> <dd/mm/yy-hhmm> |
|
OPER |
Allows user to Oper up. Requires matching O:Line on that
server. To DE-Oper, set your mode to
-O |
/OPER <username> <password> |
|
OPERMOTD |
Displays the Oper MOTD for specified server |
/OPERMOTD [server] |
|
REHASH |
Rehashes (re-processes) the IRCD.CONF file - required
anytime a Line is added. Using a flag will allow rehash of other files
(Use
/HELPOP ?REHASH for list of
flags) - Can only be used locally. |
/REHASH -[flags] |
|
SETHOST |
Set an artificial host mask on yourself. |
/SETHOST <new.mask> |
|
SETIDENT |
Set an artificial Ident on yourself. |
/SETIDENT <new_Ident> |
|
SHUN |
Prevents a user from executing ANY command except ADMIN
and respond to Server Pings. A time of 0 in the SHUN makes it permanent
(Never Expires). You may also specify the time in the format 1d2h3m4s |
add nick: /SHUN <nickname> <time>
:<Reason>
add mask: /SHUN +<user@host> <time> :<Reason>
del mask: /SHUN -<user@host>
view list: /SHUN |
|
SQUIT |
Disconnects an IRC Server from the network |
/SQUIT <server> |
|
TRACE |
TRACE is useful to know what servers are connected to
what |
/TRACE <server> |
|
WALLOPS |
Sends a "Message" to all those with the umode
+w. Only IRCops can send
Wallops, while anyone can view them. |
/WALLOPS <message> |
|
ZLINE |
Use
/GLINE
instead. ZLINE disables all access
to the IRC server from a specified IP. The IP can however connect to
other servers on the network!! |
/ZLINE <ip> :<Reason> |
|
UNZLINE |
Removes a Z Line. |
/UNZLINE <ip> |
|
WHOWAS |
Displays a recent history of hosts for a specific nickname |
/WHOWAS <nick> |