Helpfiles added and updated

This commit is contained in:
joonicks 2025-10-22 15:51:54 +02:00
parent ebe0bdb39a
commit e9c2f3fa53
17 changed files with 75 additions and 38 deletions

View File

@ -18,4 +18,6 @@ Aliases may call other aliases and aliases can be used
to replace built in commands. Aliases can recurse a
maximum of 20 times (prevents infinite loops).
If no argument is given, all current aliases will be listed.
See also: unalias

4
help/BOOT Normal file
View File

@ -0,0 +1,4 @@
Boot a user from the partyline.
See also: core, whom

5
help/DEBUG Normal file
View File

@ -0,0 +1,5 @@
Write debug information to a file named "debug.<timestamp>".
Only available if compiled with debug support.
See also: crash

View File

@ -4,4 +4,4 @@ SHUTDOWN command instead to preserve the configurations
for all bots. If DIE is used, the killed bot(s) will
not be saved to the session file.
See also: reset, shutdown
See also: nick, reset, shutdown

View File

@ -1,4 +1,12 @@
Usage: NICK <nick>
Changes the nick of the bot. If the nick given is already
in use, the bot will not change its nickname until the
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

4
help/NOTE Normal file
View File

@ -0,0 +1,4 @@
Record a note for another user.
See also: read

View File

@ -1,3 +1,4 @@
Usage: ONTIME
Shows time connected to current server.
See also: UPTIME
See also: time, uptime

4
help/READ Normal file
View File

@ -0,0 +1,4 @@
Read a note left by another user.
See also: note

View File

@ -1,3 +1,4 @@
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.

View File

@ -1,3 +1,4 @@
Usage: SHITLIST
Shows the bots shitlist.
See also: SHIT, RSHIT, QSHIT, SHITLVL
See also: shit, rshit, qshit, shitlvl

View File

@ -1,3 +1,4 @@
Usage: TIME
Show current time (where the bot is)
See also: UPTIME, ONTIME
See also: ontime, uptime

View File

@ -1,3 +1,4 @@
Usage: UPTIME
Shows how long the bot has been running.
See also: ONTIME
See also: core, ontime, time

View File

@ -1,2 +1,4 @@
Usage: VER
Returns the version of EnergyMech that is running
See also: core, features

View File

@ -1,7 +1,8 @@
Usage: WHO <channel> [-ops|-nonops] [pattern]
Lists people in a channel that the bot is in now,
or was in. The optional parameters can be used to
list only ops or only non ops respectively.
If a pattern is given, only users matching the pattern
will be listed.
See also: NAMES
See also: names

View File

@ -1,2 +1,4 @@
Usage: WHOM
Show who are connected to the partyline.
See also: core, boot