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

@ -17,5 +17,7 @@ MEEP one two three four -> SAY two one three four
Aliases may call other aliases and aliases can be used 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
View File

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

View File

@ -1,6 +1,6 @@
Shows core information about the bot. Shows core information about the bot.
Current nick Nick of the bot you are connected to and its Guid. Current nick Nick of the bot you are connected to and its Guid.
Users in userlist Total number of userlist entries, as well as users with Users in userlist Total number of userlist entries, as well as users with
userlevel access (0-100) and bot level access (200). userlevel access (0-100) and bot level access (200).
@ -14,5 +14,5 @@ Started Time when the bot was first started.
Uptime How long (in days, hours, minutes and seconds) the bot has been running. Uptime How long (in days, hours, minutes and seconds) the bot has been running.
Version Source code version of the bot. Version Source code version of the bot.
Features List of which features were compiled into the bot. Features List of which features were compiled into the bot.
See also: ver, uptime, ontime, features See also: ver, uptime, ontime, features

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

@ -1,7 +1,7 @@
Kills the bot. If session file is in use, use the Kills the bot. If session file is in use, use the
SHUTDOWN command instead to preserve the configurations 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

View File

@ -1,9 +1,9 @@
The Energymech contains a list of which features were included The Energymech contains a list of which features were included
when the source was compiled. when the source was compiled.
You can view this list at the command prompt in your shell with You can view this list at the command prompt in your shell with
./(name of executable) -v ./(name of executable) -v
Or, once the bot is started, with the command CORE or ESAY $cap Or, once the bot is started, with the command CORE or ESAY $cap
See also: core, esay See also: core, esay

View File

@ -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

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. 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] 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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

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