Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| irc:befehle3 [2013/04/02 20:40] – angelegt psycore | irc:befehle3 [2024/01/12 21:14] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | {{tag> | ||
| + | ====== IRC Operator Befehle ====== | ||
| + | ===== OPER Command ===== | ||
| + | |||
| + | |||
| + | Attempts to give a user IRC Operator status. | ||
| + | |||
| + | Syntax: | ||
| + | Example: OPER hAtbLaDe foobar234 | ||
| + | | ||
| + | | ||
| + | |||
| + | Sends a " | ||
| + | while anyone can view them. | ||
| + | |||
| + | Syntax: WALLOPS < | ||
| + | |||
| + | | ||
| + | |||
| + | Sends a global " | ||
| + | (unlike WALLOPS, which can be viewed by normal users). | ||
| + | |||
| + | Syntax: | ||
| + | Example: GLOBOPS Going to be akilling those clones... | ||
| + | |||
| + | | ||
| + | |||
| + | GLOBOPS is usually reserved for important network information. Therefore, for Oper Chat, | ||
| + | CHATOPS was invented. IRCops | ||
| + | | ||
| + | Syntax: | ||
| + | Example: CHATOPS How's everyone doing today? | ||
| + | |||
| + | | ||
| + | |||
| + | Similar to GLOBOPS, except only received by those IRCops local to your server. | ||
| + | |||
| + | Syntax: | ||
| + | Example: LOCOPS Going to be adding a temp k:line for that user... | ||
| + | |||
| + | | ||
| + | |||
| + | This command sends to all Admins online | ||
| + | Only for Admins. This is a ChatOps style command | ||
| + | |||
| + | Syntax: | ||
| + | Example: ADCHAT Hey guys! | ||
| + | | ||
| + | | ||
| + | |||
| + | This command sends to all NetAdmins & TechAdmins online | ||
| + | Only for Net/ | ||
| + | Syntax: | ||
| + | Example: NACHAT Hey guys! | ||
| + | |||
| + | | ||
| + | |||
| + | This command sends to all TechAdmins online | ||
| + | Only for Net/ | ||
| + | Syntax: | ||
| + | Example: TECHAT Hey guys! | ||
| + | |||
| + | | ||
| + | |||
| + | Forcefully Disconnects a user from an IRC Server. | ||
| + | IRC Operators only. | ||
| + | | ||
| + | Syntax: | ||
| + | Example: KILL Clone5 Cloning is not allowed | ||
| + | |||
| + | | ||
| + | |||
| + | " | ||
| + | The user can however connect to other servers on the network !! | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: KLINE *@*.aol.com Abuse | ||
| + | |||
| + | | ||
| + | |||
| + | Removes a k:line from the server. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: UNKLINE *@*.aol.com | ||
| + | |||
| + | | ||
| + | |||
| + | 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: | ||
| + | Example: ZLINE 127.0.0.1 :Localhost | ||
| + | |||
| + | | ||
| + | |||
| + | Removes a currently active z:Line. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: UNZLINE 127.0.0.1 | ||
| + | |||
| + | | ||
| + | |||
| + | 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 -< | ||
| + | Example: GLINE *@*.dal.net 900 : | ||
| + | GLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour G:line) | ||
| + | |||
| + | | ||
| + | | ||
| + | Prevents a user from executing ANY command except ADMIN and respond to Server Pings. | ||
| + | This effectively prevents them from doing anything on the server. | ||
| + | A time of 0 on the SHUN makes it permanent (Never Expires). | ||
| + | In Unreal 3.1.1 you may also specify the time in the format 1d10h15m30s. | ||
| + | IRC Operators only. | ||
| + | | ||
| + | Syntax : SHUN < | ||
| + | SHUN +< | ||
| + | SHUN -< | ||
| + | SHUN (View the current SHUN list) | ||
| + | Example : SHUN +foobar@aol.com 600 :Spamming (Shuns foobar@aol.com for 10 mins for Spamming) | ||
| + | SHUN +foobar@aol.com 1d6h :Spamming (Adds a 30 hour SHUN) | ||
| + | |||
| + | | ||
| + | |||
| + | This command provides timed global Z:line. If you match a Global Z:Line you cannot | ||
| + | | ||
| + | A time of 0 in the GZLINE makes it permanent (Never Expires). | ||
| + | You may also specify the time in the format 1d10h15m30s. | ||
| + | IRC Operator only command. | ||
| + | | ||
| + | (Adds a Global Z:line for user@host) | ||
| + | GZLINE -< | ||
| + | | ||
| + | GZLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Global Z:line) | ||
| + | |||
| + | | ||
| + | |||
| + | This command provides timed K:Lines. If you match a time K:Line you cannot | ||
| + | | ||
| + | A time of 0 in the TKLINE makes it permanent (Never Expires). | ||
| + | You may also specify the time in the format 1d10h15m30s. | ||
| + | IRC Operator only command. | ||
| + | | ||
| + | (Adds a Timed K:line for user@host) | ||
| + | TKLINE -< | ||
| + | | ||
| + | TKLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Timed K:line) | ||
| + | |||
| + | | ||
| + | |||
| + | This command provides timed G:Lines. If you match a Timed Z:Line you cannot | ||
| + | | ||
| + | A time of 0 in the TZLINE makes it permanent (Never Expires). | ||
| + | You may also specify the time in the format 1d10h15m30s. | ||
| + | IRC Operator only command. | ||
| + | |||
| + | | ||
| + | (Adds a Timed Z:line for user@host) | ||
| + | TZLINE -< | ||
| + | | ||
| + | TZLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Timed Z:line) | ||
| + | |||
| + | | ||
| + | |||
| + | 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 foo@aol.com :Spammers! | ||
| + | |||
| + | | ||
| + | |||
| + | Removes an AKILL set by an IRC Operator or Services. | ||
| + | Services Admin & above only .. | ||
| + | |||
| + | Syntax : RAKILL < | ||
| + | | ||
| + | | ||
| + | |||
| + | Prompts the server to reread the configuration files. | ||
| + | IRC Operators only. | ||
| + | | ||
| + | Syntax: REHASH < | ||
| + | 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 | ||
| + | -dynconf | ||
| + | -restrict | ||
| + | -vhost | ||
| + | -motd - Rehashes all MOTD files and RULES files (including T:lines) | ||
| + | -opermotd | ||
| + | -botmotd | ||
| + | -garbage | ||
| + | -badwords | ||
| + | |||
| + | | ||
| + | |||
| + | Kills and restarts the IRC daemon, disconnecting all users currently on that server. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: RESTART | ||
| + | RESTART < | ||
| + | RESTART < | ||
| + | |||
| + | | ||
| + | |||
| + | Kills the IRC daemon, disconnecting all users currently on the current server. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: DIE | ||
| + | DIE < | ||
| + | |||
| + | | ||
| + | |||
| + | 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 < | ||
| + | |||
| + | | ||
| + | |||
| + | This command is so you can change your | ||
| + | Virtual host (hiddenhost) to everything you want to, | ||
| + | Except special characters. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: SETHOST microsoft.com | ||
| + | |||
| + | | ||
| + | With this command you can change your Ident (username). | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: SETIDENT root | ||
| + | |||
| + | | ||
| + | |||
| + | Changes the hostname of a user currently on the IRC network. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: CHGHOST hAtbLaDe code.slashdot.org | ||
| + | |||
| + | | ||
| + | |||
| + | Changes the ident of a user currently on the IRC network. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: CHGIDENT hAtbLaDe FreeBSD | ||
| + | |||
| + | | ||
| + | |||
| + | Changes the "IRC Name" (or "Real Name") of a user currently on the IRC network. | ||
| + | IRC Operators only. | ||
| + | | ||
| + | Syntax: | ||
| + | Example: CHGNAME hAtbLaDe TechAdmin on SomeNet | ||
| + | |||
| + | | ||
| + | |||
| + | Disconnects an IRC Server from the network | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | Example: SQUIT leaf.* | ||
| + | |||
| + | | ||
| + | |||
| + | Links another IRC server to the one you are currently on. Remote connections are also | ||
| + | possible. | ||
| + | IRC Operators only. | ||
| + | |||
| + | Syntax: | ||
| + | | ||
| + | Example: CONNECT leaf.* | ||
| + | | ||
| + | |||
| + | | ||
| + | | ||
| + | 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 < | ||
| + | |||
| + | | ||
| + | |||
| + | If the EXACT file you type is found it is removed, else it uses wildcards to search | ||
| + | IRC Operators only. | ||
| + | Syntax : UNDCCDENY < | ||
| + | |||
| + | | ||
| + | |||
| + | Forces a user to join channel(s). Can only be used by a Services Admin. | ||
| + | |||
| + | Syntax: | ||
| + | Example: SAJOIN hAtbLaDe #OperHelp | ||
| + | | ||
| + | |||
| + | | ||
| + | |||
| + | Forces a user to leave channel(s). Can only be used by a Services Admin. | ||
| + | |||
| + | Syntax: | ||
| + | Example: SAPART hAtbLaDe #OperHelp | ||
| + | | ||
| + | |||
| + | | ||
| + | |||
| + | Allows a Services Administrator to change the mode on a channel, | ||
| + | without having Operator status. | ||
| + | |||
| + | Syntax: | ||
| + | Example: SAMODE #Support +m | ||
| + | |||
| + | | ||
| + | |||
| + | This will calculate the milliseconds (Lag) between servers | ||
| + | |||
| + | Syntax: RPING < | ||
| + | |||
| + | | ||
| + | |||
| + | 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: | ||
| + | Example: TRACE irc.fyremoon.net | ||
| + | |||
| + | | ||
| + | |||
| + | Shows the IRCd Operator MOTD | ||
| + | IRC Operators only. | ||
| + | Syntax: OPERMOTD | ||
| + | |||
| + | | ||
| + | |||
| + | 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 | ||
| + | |||
| + | | ||
| + | |||
| + | This will add the text you specify to the Operator MOTD | ||
| + | Server Admin & Co-Admin only | ||
| + | |||
| + | Syntax: ADDOMOTD :text | ||
| + | |||
| + | | ||
| + | |||
| + | With this command you can change your Server Info Line | ||
| + | Without having to squit and reconnect. | ||
| + | This is a Server Admin/Co Admin only command | ||
| + | |||
| + | Syntax: | ||
| + | Example: SDESC If you belong to me.. | ||
| + | |||
| + | | ||
| + | |||
| + | This command will encrypt the string it has been given | ||
| + | So u can add it directly to the unrealircd.conf if you use | ||
| + | Encrypted passwords. Type can be crypt, sha1, or md5. Sha1 | ||
| + | and md5 are only available when compiled with SSL support. | ||
| + | Syntax : MKPASSWD < | ||
| + | |||
| + | | ||
| + | |||
| + | This is a highly advanced command | ||
| + | IRC Operators only. | ||
| + | Syntax: TSCTL OFFSET +|- < | ||
| + | TSCTL TIME (Will give TS report) | ||
| + | TSCTL ALLTIME | ||
| + | TSCTL SVSTIME < | ||
| + | |||
| + | | ||
| + | |||
| + | 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 [option] | ||
| + | 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/ | ||
| + | QUIET - Stop HTM from announcing when it is entering/ | ||
| + | TO < | ||