mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-17 15:36:50 +00:00
Helpfiles added and updated
This commit is contained in:
parent
ebe0bdb39a
commit
e9c2f3fa53
@ -18,4 +18,6 @@ Aliases may call other aliases and aliases can be used
|
|||||||
to replace built in commands. Aliases can recurse a
|
to replace built in commands. Aliases can recurse a
|
||||||
maximum of 20 times (prevents infinite loops).
|
maximum of 20 times (prevents infinite loops).
|
||||||
|
|
||||||
|
If no argument is given, all current aliases will be listed.
|
||||||
|
|
||||||
See also: unalias
|
See also: unalias
|
||||||
|
|||||||
4
help/BOOT
Normal file
4
help/BOOT
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
Boot a user from the partyline.
|
||||||
|
|
||||||
|
See also: core, whom
|
||||||
5
help/DEBUG
Normal file
5
help/DEBUG
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Write debug information to a file named "debug.<timestamp>".
|
||||||
|
|
||||||
|
Only available if compiled with debug support.
|
||||||
|
|
||||||
|
See also: crash
|
||||||
2
help/DIE
2
help/DIE
@ -4,4 +4,4 @@ SHUTDOWN command instead to preserve the configurations
|
|||||||
for all bots. If DIE is used, the killed bot(s) will
|
for all bots. If DIE is used, the killed bot(s) will
|
||||||
not be saved to the session file.
|
not be saved to the session file.
|
||||||
|
|
||||||
See also: reset, shutdown
|
See also: nick, reset, shutdown
|
||||||
|
|||||||
16
help/NICK
16
help/NICK
@ -1,4 +1,12 @@
|
|||||||
Usage: NICK <nick>
|
|
||||||
Changes the nick of the bot. If the nick given is already
|
Changes the nick of the bot. If the nick given is already
|
||||||
in use, the bot will not change its nickname until the
|
in use, the bot will not change its nickname until the
|
||||||
occupied nick is available.
|
occupied nick is available.
|
||||||
|
|
||||||
|
If a guid is given, the nick of the bot with the given guid
|
||||||
|
will be changed.
|
||||||
|
|
||||||
|
If no bot with the given guid exists, a new bot will be
|
||||||
|
created with the given guid.
|
||||||
|
|
||||||
|
See also: die
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
Usage: ONTIME
|
|
||||||
Shows time connected to current server.
|
Shows time connected to current server.
|
||||||
See also: UPTIME
|
|
||||||
|
See also: time, uptime
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
Usage: TOG [channel] SO [0|1|on|off]
|
Usage: TOG [channel] SO [0|1|on|off]
|
||||||
Toggles strict opping. If on, if people not in the userlist
|
|
||||||
are opped, they will be deopped.
|
Toggles strict opping. If on, if people not in the userlist
|
||||||
|
are opped, they will be deopped.
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
Usage: SHITLIST
|
|
||||||
Shows the bots shitlist.
|
Shows the bots shitlist.
|
||||||
See also: SHIT, RSHIT, QSHIT, SHITLVL
|
|
||||||
|
See also: shit, rshit, qshit, shitlvl
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
Usage: TIME
|
|
||||||
Show current time (where the bot is)
|
Show current time (where the bot is)
|
||||||
See also: UPTIME, ONTIME
|
|
||||||
|
See also: ontime, uptime
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
Usage: UPTIME
|
|
||||||
Shows how long the bot has been running.
|
Shows how long the bot has been running.
|
||||||
See also: ONTIME
|
|
||||||
|
See also: core, ontime, time
|
||||||
|
|||||||
6
help/VER
6
help/VER
@ -1,2 +1,4 @@
|
|||||||
Usage: VER
|
|
||||||
Returns the version of EnergyMech that is running
|
Returns the version of EnergyMech that is running
|
||||||
|
|
||||||
|
See also: core, features
|
||||||
|
|||||||
15
help/WHO
15
help/WHO
@ -1,7 +1,8 @@
|
|||||||
Usage: WHO <channel> [-ops|-nonops] [pattern]
|
|
||||||
Lists people in a channel that the bot is in now,
|
Lists people in a channel that the bot is in now,
|
||||||
or was in. The optional parameters can be used to
|
or was in. The optional parameters can be used to
|
||||||
list only ops or only non ops respectively.
|
list only ops or only non ops respectively.
|
||||||
If a pattern is given, only users matching the pattern
|
If a pattern is given, only users matching the pattern
|
||||||
will be listed.
|
will be listed.
|
||||||
See also: NAMES
|
|
||||||
|
See also: names
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user