Difference between revisions of "InspIRCd:Commands"

From IRC Wiki
Jump to navigation Jump to search
Line 19: Line 19:
|-
|-
|style="font-size:11px; font-weight: bold;"|/eline [user@host] ([duration] :[reason])
|style="font-size:11px; font-weight: bold;"|/eline [user@host] ([duration] :[reason])
| colspan="2" |
| colspan="2" | Sets an exception on the specified host if all 3 parameters are given. If the host is the only given parameter, it will attempt to remove the exception.
|-
|-
|style="font-size:11px; font-weight: bold;"|/die [password]
|style="font-size:11px; font-weight: bold;"|/die [password]
| colspan="2" |
| colspan="2" | This command will shut down the local server if you are opered, and if you enter the correct password.
|-
|-
|style="font-size:11px; font-weight: bold;"|/restart [password]
|style="font-size:11px; font-weight: bold;"|/restart [password]
Line 37: Line 37:
|-
|-
|style="font-size:11px; font-weight: bold;"|/connect [servermask] (servermask)
|style="font-size:11px; font-weight: bold;"|/connect [servermask] (servermask)
| colspan="2" |
| colspan="2" | Will attempt to connect the given server mask. If you specify two server masks, it will attempt to connect the first to the second.
|-
|-
|style="font-size:11px; font-weight: bold;"|/squit [servermask]
|style="font-size:11px; font-weight: bold;"|/squit [servermask]

Revision as of 19:19, 19 March 2012

Core Oper Commands
Command Result
/kline [user@host] ([duration] :[reason])
/zline [ipmask] ([duration] :[reason])
/qline [nickmask] ([duration] :[reason])
/gline [user@host] ([duration] :[reason])
/eline [user@host] ([duration] :[reason]) Sets an exception on the specified host if all 3 parameters are given. If the host is the only given parameter, it will attempt to remove the exception.
/die [password] This command will shut down the local server if you are opered, and if you enter the correct password.
/restart [password]
/kill [nickname-list] [reason]
/rehash (servername)
/trace [nick|user@host|servermask]
/connect [servermask] (servermask) Will attempt to connect the given server mask. If you specify two server masks, it will attempt to connect the first to the second.
/squit [servermask] Removes a local server matching the server mask from the network.
/rsquit [servermask] Removes a remote server matching the server mask from the network.
/loadmodule [filename.so] Loads the specified module on the local server.
/unloadmodule [filename.so] Unloads the specified module on the local server.
/reloadmodule [filename.so] Reloads the specified module on the local server.
/reload [commandname]
/clearcache Clears the servers DNS cache.
Modular Oper Commands
Command Result Module
Core User Commands
Command Result
/user [ident] [local host] [remote host] :[gecos]
/nick [new nick]
/quit {reason}
/version {servermask}
/ping [server]
/pong [server]
/admin [server]
/privmsg [target-list] [text]
/notice [target-list] [text]
/join [channel]{,[channel]} [key]{,[key]}
/names [channel]{,[channel]}
/part [channel]{,[channel]}
/kick [channel] [nick] {reason}
/mode [target] [+|-][modes]{[+|-][modes]} {mode parameters}
/topic [channel] {topic}
/who [ [search-pattern] [ohurmaiMplf] ]
/motd {server}
/rules
/oper [login] [password]
/list {pattern}
/lusers
/stats [symbol] {server}
/userhost [nickname]
/away {message}
/ison [nick] {[nick]...}
/summon [user]
/users
/invite {[nick] [channel]}
/pass [password]
/whowas [nick]
/whois [nick] {server}
/time {servermask}
/links
/map
/server
/modules {debug [module-name-mask]}
/commands
Modular User Commands
Command Result Module