Home
Beginner Commands
IRCop Commands
BNCs
Eggdrops
IRCd
Scripts
Addons
links



mIRC - the best IRC client!

IRCop Commands

ADCHAT Command

This command sends to all Admins online

Only for Admins. This is a ChatOps style command

Syntax: /ADCHAT

Example: /ADCHAT Hey guys!

ADDMOTD Command

This will add the text you specify to the MOTD

(the general motd - T:lines doesnt count ..)

Server Admin & Co-Admin only

Syntax: /ADDMOTD :text

ADDOMOTD Command

This will add the text you specify to the Operator MOTD

Server Admin & Co-Admin only

Syntax: /ADDOMOTD :text

ADDLINE Command

This command can be used to add lines to the ircd.conf file

Only for Server Admins

Syntax: /ADDLINE

AKILL Command (Use Services AKILL)

Adds an Autokill for the specific host mask. This prevents any user from that

hostmask from connecting to the network.

Services Admin & above only ..

Syntax: /AKILL :

Example: /AKILL [email protected] :Spammers!

RAKILL Command

Removes an AKILL set by an IRC Operator or Services.

Services Admin & above only ..

Syntax: /RAKILL

CHATOPS Command

GLOBOPS is usually reserved for important network information. Therefore, for Oper Chat,

CHATOPS was invented. IRCops with the +c flag enabled will be able to send/receive CHATOPS

messages.

Syntax: /CHATOPS

Example: /CHATOPS How's everyone doing today?

CHGHOST Command

Changes the hostname of a user currently on the IRC network.

IRC Operators only.

Syntax: /CHGHOST

Example: /CHGHOST Theos microsoft.com

CHGIDENT Command

Changes the ident of a user currently on the IRC network.

IRC Operators only.

Syntax: /CHGIDENT

Example: /CHGIDENT Theos God

CHGNAME Command

Changes the "IRC Name" (or "Real Name") of a user currently on the IRC network.

IRC Operators only.

Syntax: /CHGNAME

Example: /CHGNAME Theos i really am God

CONNECT Command

Links another IRC server to the one you are currently on. Remote connections are also

possible.

IRC Operators only.

Syntax: /CONNECT

Example: /CONNECT hub.* 6667 leaf.*

DCCDENY Command

Adds a DCC Deny for that filename mask. This means that any DCC sends of that filename mask

through the server will be rejected.

IRC Operators only.

Syntax: /DCCDENY

UNDCCDENY Command

If the EXACT file you type is found it is removed, else it uses wildcards to search

IRC Operators only.

Syntax: /UNDCCDENY

DIE Command

Kills the IRC daemon, disconnecting all users currently on the current server.

IRC Operators only.

Syntax: /DIE

GLINE command

This command provides timed G:Lines. If you match

a G:Line you cannot connect to ANY server on the

IRC network. A time of 0 in the GLINE makes it permanent (Never Expires).

In Unreal 3.1.1 you may also specify the time in the format 1d10h15m30s.

IRC Operators only.

Syntax: /GLINE :reason (Adds a G:line for user@host)

/GLINE - (Removes a G:line for user@host)

Example: /GLINE *@*.dal.net 900 :Spammers (Adds a 15 min G:line)

/GLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour G:line)

GLOBOPS Command

Sends a global "Message" to all IRCops. Only viewable by IRCops

(unlike WALLOPS, which can be viewed by normal users).

Syntax: /GLOBOPS

Example: /GLOBOPS Going to be akilling those clones...

HTM Command

Switches the server In & Out of High Traffic Mode

It is activated when the server is receiving extremely high amounts of information

IRC Operators only.

Syntax: /HTM

If no option is specified it just displays the current HTM state

If an option is specified it does a more specific task, valid options are:

ON - Force HTM to activate

OFF - Force HTM to deactivate

NOISY - Make HTM announce when it is entering/leaving HTM

QUIET - Stop HTM from announcing when it is entering/leaving HTM

TO - Tell HTM at what incoming rate to activate HTM

KILL Command

Forcefully Disconnects a user from an IRC Server.

IRC Operators only.

Syntax: /KILL

Example: /KILL Clone5 Cloning is not allowed

KLINE Command

Bans a hostmask from connection to the IRC server.

The user can however connect to other servers on the network.

IRC Operators only.

Syntax: /KLINE

Example: /KLINE *@*.aol.com Abuse

LAG Command

This command is like a Sonar or Traceroute for IRC servers

You type in /LAG irc.fyremoon.net and it will

reply from every server it passes with time and so on

Useful for looking where lag is and optional TS future/past travels

Syntax: /LAG

UNKLINE Command

Removes a k:line from the server.

IRC Operators only.

Syntax: /UNKLINE

Example: /UNKLINE *@*.aol.com

LOCOPS Command

Similar to GLOBOPS, except only received by those IRCops local to your server.

Syntax: /LOCOPS

Example: /LOCOPS Going to be adding a temp k:line for that user...

NACHAT Command

This command sends to all NetAdmins & TechAdmins online

Only for Net/Techadmins. This is a ChatOps style command

Syntax: /NACHAT

Example: /NACHAT Hey guys!

OPER Command

Attempts to give a user IRC Operator status.

Syntax: /OPER

Example: /OPER Theos mypass

OPERMOTD Command

Shows the IRCd Operator MOTD

IRC Operators only.

Syntax: /OPERMOTD

REHASH Command

Prompts the server to reread the configuration files.

IRC Operators only.

Syntax: /REHASH

If servername and flags are not specified this rehashes the ircd.conf , removing

any temporary k:lines.

If servername is specified, this is used to rehash config files on servername

Only TechAdmins and NetAdmins may specify a server name

The flags are used to rehash other config files, valid flags are:

-dccdeny - Rehashes dccdeny.conf

-dynconf - Rehashes UnrealIRCd Config and Network file

-restrict - Rehashes chrestrict.conf

-vhost - Rehashes vhost.conf

-motd - Rehashes all MOTD files and RULES files (including T:lines)

-opermotd - Rehashes the OPERMOTD

-botmotd - Rehashes the BOTMOTD

-garbage - Force garbage collection

-badwords - Rehashes the badwords config.

RESTART Command

Kills and restarts the IRC daemon, disconnecting all users currently on that server.

IRC Operators only.

Syntax: /RESTART

RPING Command

This will calculate the milliseconds (Lag) between servers

Syntax: /RPING

SAJOIN Command

Forces a user to join channel(s). Can only be used by a Services Admin.

Syntax: /SAJOIN <#room>

Example: /SAJOIN Theos #chatroom

SAPART Command

Forces a user to leave channel(s). Can only be used by a Services Admin.

Syntax: /SAPART <#room>

Example: /SAPART Theos #chatroom

SAMODE Command

Allows a Services Administrator to change the mode on a channel,

without having Operator status.

Syntax: /SAMODE <#room> <[+|-]mode>

Example: /SAMODE #Support +m

SETHOST Command

This command is so you can change your

Virtual host (hiddenhost) to everything you want to,

Except special characters.

IRC Operators only.

Syntax: /SETHOST

Example: /SETHOST microsoft.com

SETIDENT Command

With this command you can change your Ident (username).

IRC Operators only.

Syntax: /SETIDENT

Example: /SETIDENT root

SQUIT Command

Disconnects an IRC Server from the network

IRC Operators only.

Syntax: /SQUIT

Example: /SQUIT leaf.*

TECHAT Command

This command sends to all TechAdmins online

Only for Net/Techadmins. This is a ChatOps style command

Syntax: /TECHAT

Example: /TECHAT Hey guys!

TRACE Command

TRACE is useful to know what servers are connected to

what. Sometimes TRACE can be confusing, especially if you are using

it for the first time.

Syntax: /TRACE

Example: TRACE irc.theos.net

TSCTL Command

This is a highly advanced command

IRC Operators only.

Syntax: /TSCTL OFFSET +|- (Adjust internal IRC clock)

/TSCTL TIME (Will give TS report)

/TSCTL ALLTIME (Shows the TS report of all Servers)

/TSCTL SVSTIME (Sets the Time on all servers)

WALLOPS Command

Sends a "Message" to all those with the umode +w. Only IRCops can send wallops,

while anyone can view them.

Syntax: /WALLOPS

ZLINE Command

Disables all access to the IRC server from a specified IP.

The IP can however connect to other servers on the network

IRC Operators only.

Syntax: /ZLINE :reason

Example: /ZLINE 127.0.0.1 :Localhost

UNZLINE Command

Removes a currently active z:Line.

IRC Operators only.

Syntax: /UNZLINE