From c513eff53a0e1c4bb99f8e8fd3e805cef90cb55e Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Sat, 26 Nov 2022 21:03:38 +0200 Subject: Added WizardBot V2 page and link to cgit to servers list --- servers.html | 2 ++ software.html | 3 ++ wizardbot/index.html | 4 +-- wizardbotv2/index.html | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 wizardbotv2/index.html diff --git a/servers.html b/servers.html index b479bf2..1188eb0 100644 --- a/servers.html +++ b/servers.html @@ -50,6 +50,8 @@ Random file server: https://git.voidnet.dy.fi +

+Cgit: https://voidnet.dy.fi/cgit
diff --git a/software.html b/software.html index 2ed411c..fc30dc4 100644 --- a/software.html +++ b/software.html @@ -51,6 +51,9 @@ This page has list of software created by VoidNet owner or other people who want WizardBot

+WizardBot V2 +
+
StatsAPIServer diff --git a/wizardbot/index.html b/wizardbot/index.html index 344a034..40d7355 100644 --- a/wizardbot/index.html +++ b/wizardbot/index.html @@ -52,8 +52,8 @@ Programming language the bot is written in: C - - + + diff --git a/wizardbotv2/index.html b/wizardbotv2/index.html new file mode 100644 index 0000000..255c5d9 --- /dev/null +++ b/wizardbotv2/index.html @@ -0,0 +1,79 @@ + + + + + + + + + +WizardBot V2 - VoidNet + + + +
+
+

WizardBot V2

+ +WizardBot V2 is the second version of twitch bot made by VoidNet owner. +
+
+Programming language the bot is written in: C +
+
+List of WizardBot V2 commands +
+
+
+
CommandDescription
Command
Description
+ + + + + + + + + + + + + + + + + + + +
Command
Description
$infoShow info about bot
$randomsentence [number]Generate random sentence that has given number of words (max 20)
$givecookie [name]Give virtual cookie to specified user
$cookiesGet the amount of cookies you currently have
$rps [option]Play rock, paper, scissors with given option
$randomGet random quote
$rpswinsGet amount of rock, paper, scissors wins
$banstatusGet current ban status (shows if banned from using the bot)
$setcookies [name] [amount]Set cookie for given user (Owner only command)
$banuser [name] [reason]Ban user from using the bot (Owner only command)
$unbanuser [name]Unban user (allows the given user to use the bot again, owner only command)
$wordcountShow amount of words available for $randomsentence command
$exec [command]Execute the given command on the computer the bot is running on and send output to chat (owner only command)
$shutdownShutdown the bot
+ + + +
+ + + \ No newline at end of file -- cgit v1.2.3-86-g962b