From e9c2f3fa53bfd0cee2d65bc9449fa7054ce8d53f Mon Sep 17 00:00:00 2001 From: joonicks Date: Wed, 22 Oct 2025 15:51:54 +0200 Subject: [PATCH] Helpfiles added and updated --- help/ALIAS | 4 +++- help/BOOT | 4 ++++ help/CORE | 4 ++-- help/DEBUG | 5 +++++ help/DIE | 6 +++--- help/FEATURES | 6 +++--- help/NICK | 16 ++++++++++++---- help/NOTE | 4 ++++ help/ONTIME | 7 ++++--- help/READ | 4 ++++ help/SETSO | 5 +++-- help/SHITLIST | 7 ++++--- help/TIME | 7 ++++--- help/UPTIME | 7 ++++--- help/VER | 6 ++++-- help/WHO | 15 ++++++++------- help/WHOM | 6 ++++-- 17 files changed, 75 insertions(+), 38 deletions(-) create mode 100644 help/BOOT create mode 100644 help/DEBUG create mode 100644 help/NOTE create mode 100644 help/READ diff --git a/help/ALIAS b/help/ALIAS index 6e5b1ae..0f2431e 100644 --- a/help/ALIAS +++ b/help/ALIAS @@ -17,5 +17,7 @@ MEEP one two three four -> SAY two one three four 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 diff --git a/help/BOOT b/help/BOOT new file mode 100644 index 0000000..c244c40 --- /dev/null +++ b/help/BOOT @@ -0,0 +1,4 @@ + +Boot a user from the partyline. + +See also: core, whom diff --git a/help/CORE b/help/CORE index 992b516..a52a6b9 100644 --- a/help/CORE +++ b/help/CORE @@ -1,6 +1,6 @@ Shows core information about the bot. - + 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 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. Version Source code version of the bot. Features List of which features were compiled into the bot. - + See also: ver, uptime, ontime, features diff --git a/help/DEBUG b/help/DEBUG new file mode 100644 index 0000000..d601f1d --- /dev/null +++ b/help/DEBUG @@ -0,0 +1,5 @@ +Write debug information to a file named "debug.". + +Only available if compiled with debug support. + +See also: crash diff --git a/help/DIE b/help/DIE index fc5958c..08565cf 100644 --- a/help/DIE +++ b/help/DIE @@ -1,7 +1,7 @@ - + Kills the bot. If session file is in use, use the 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 diff --git a/help/FEATURES b/help/FEATURES index f83ef56..6559160 100644 --- a/help/FEATURES +++ b/help/FEATURES @@ -1,9 +1,9 @@ The Energymech contains a list of which features were included when the source was compiled. - + You can view this list at the command prompt in your shell with ./(name of executable) -v - + Or, once the bot is started, with the command CORE or ESAY $cap - + See also: core, esay diff --git a/help/NICK b/help/NICK index 907ad38..e364499 100644 --- a/help/NICK +++ b/help/NICK @@ -1,4 +1,12 @@ -Usage: 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. + +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 diff --git a/help/NOTE b/help/NOTE new file mode 100644 index 0000000..f4aa3d0 --- /dev/null +++ b/help/NOTE @@ -0,0 +1,4 @@ + +Record a note for another user. + +See also: read diff --git a/help/ONTIME b/help/ONTIME index 0296944..b2669c1 100644 --- a/help/ONTIME +++ b/help/ONTIME @@ -1,3 +1,4 @@ -Usage: ONTIME - Shows time connected to current server. - See also: UPTIME + +Shows time connected to current server. + +See also: time, uptime diff --git a/help/READ b/help/READ new file mode 100644 index 0000000..72fd055 --- /dev/null +++ b/help/READ @@ -0,0 +1,4 @@ + +Read a note left by another user. + +See also: note diff --git a/help/SETSO b/help/SETSO index 3beca17..dff73e0 100644 --- a/help/SETSO +++ b/help/SETSO @@ -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. + +Toggles strict opping. If on, if people not in the userlist +are opped, they will be deopped. diff --git a/help/SHITLIST b/help/SHITLIST index ab90dff..b680568 100644 --- a/help/SHITLIST +++ b/help/SHITLIST @@ -1,3 +1,4 @@ -Usage: SHITLIST - Shows the bots shitlist. - See also: SHIT, RSHIT, QSHIT, SHITLVL + +Shows the bots shitlist. + +See also: shit, rshit, qshit, shitlvl diff --git a/help/TIME b/help/TIME index d6cb03f..0db1195 100644 --- a/help/TIME +++ b/help/TIME @@ -1,3 +1,4 @@ -Usage: TIME - Show current time (where the bot is) - See also: UPTIME, ONTIME + +Show current time (where the bot is) + +See also: ontime, uptime diff --git a/help/UPTIME b/help/UPTIME index 0724261..e57831e 100644 --- a/help/UPTIME +++ b/help/UPTIME @@ -1,3 +1,4 @@ -Usage: UPTIME - Shows how long the bot has been running. - See also: ONTIME + +Shows how long the bot has been running. + +See also: core, ontime, time diff --git a/help/VER b/help/VER index 24e1482..d7c84bb 100644 --- a/help/VER +++ b/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 diff --git a/help/WHO b/help/WHO index 728a9f3..fe7d887 100644 --- a/help/WHO +++ b/help/WHO @@ -1,7 +1,8 @@ -Usage: WHO [-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 + +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 diff --git a/help/WHOM b/help/WHOM index 565bebd..429184a 100644 --- a/help/WHOM +++ b/help/WHOM @@ -1,2 +1,4 @@ -Usage: WHOM - Show who are connected to the partyline. + +Show who are connected to the partyline. + +See also: core, boot