Difference between revisions of "InspIRCd:Commands"

From IRC Wiki
Jump to navigation Jump to search
Line 46: Line 46:
|-
|-
|style="font-size:11px; font-weight: bold;"|/loadmodule [filename.so]
|style="font-size:11px; font-weight: bold;"|/loadmodule [filename.so]
| colspan="2" |
| colspan="2" | Loads the specified module on the local server.
|-
|-
|style="font-size:11px; font-weight: bold;"|/unloadmodule [filename.so]
|style="font-size:11px; font-weight: bold;"|/unloadmodule [filename.so]
| colspan="2" |
| colspan="2" | Unloads the specified module on the local server.
|-
|-
|style="font-size:11px; font-weight: bold;"|/reloadmodule [filename.so]
|style="font-size:11px; font-weight: bold;"|/reloadmodule [filename.so]
| colspan="2" |
| colspan="2" | Reloads the specified module on the local server.
|-
|-
|style="font-size:11px; font-weight: bold;"|/reload [commandname]
|style="font-size:11px; font-weight: bold;"|/reload [commandname]
Line 58: Line 58:
|-
|-
|style="font-size:11px; font-weight: bold;"|/clearcache
|style="font-size:11px; font-weight: bold;"|/clearcache
| colspan="2" |
| colspan="2" | Clears the servers DNS cache.
|-
|-
!colspan="3"|Modular Oper Commands
!colspan="3"|Modular Oper Commands

Revision as of 19:18, 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])
/die [password]
/restart [password]
/kill [nickname-list] [reason]
/rehash (servername)
/trace [nick|user@host|servermask]
/connect [servermask] (servermask)
/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