This shows you the differences between two versions of the page.
— |
die [2006/07/11 04:57] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Synopsis:====== | ||
+ | __die__ | ||
+ | |||
+ | ======Description:====== | ||
+ | DIE causes the operator's server to do just that; die. The process | ||
+ | terminates normally. | ||
+ | |||
+ | ======Restrictions:====== | ||
+ | This command is limited to irc operators. Additionally, it may not be | ||
+ | available even to them, depending on how the server was compiled. The | ||
+ | server must #define either OPER_DIE or LOCAL_DIE (or both) for someone | ||
+ | to be able to use it at all. | ||
+ | |||