diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-26 21:03:38 +0200 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-26 21:03:38 +0200 |
commit | c513eff53a0e1c4bb99f8e8fd3e805cef90cb55e (patch) | |
tree | 8998f1bf68ab3dc5b76627ceb462f10e3f5a3e9c | |
parent | a3569c47639845c3f9fe62d6e11923534dcf0055 (diff) | |
download | VoidNet_Site-c513eff53a0e1c4bb99f8e8fd3e805cef90cb55e.tar.gz VoidNet_Site-c513eff53a0e1c4bb99f8e8fd3e805cef90cb55e.tar.zst |
Added WizardBot V2 page and link to cgit to servers list
-rw-r--r-- | servers.html | 2 | ||||
-rw-r--r-- | software.html | 3 | ||||
-rw-r--r-- | wizardbot/index.html | 4 | ||||
-rw-r--r-- | wizardbotv2/index.html | 79 |
4 files changed, 86 insertions, 2 deletions
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: <a href="https://voidnet.dy.fi:3700" rel="noopener" target=" SFTP Server: sftp://voidnet.dy.fi (Port 7201) <br/><br/> Git server: <a href="https://git.voidnet.dy.fi" target="_blank" rel="noopener">https://git.voidnet.dy.fi</a> +<br/><br/> +Cgit: <a href="https://voidnet.dy.fi/cgit" target="_blank" rel="noopener">https://voidnet.dy.fi/cgit</a> </span> </center> <br/> 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 <a href="./wizardbot">WizardBot</a> <br/> <br/> +<a href="./wizardbotv2">WizardBot V2</a> +<br/> +<br/> <a href="./statsapiserver">StatsAPIServer</a> </span> </center> 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 <table class="table table-striped table-dark table-bordered w-100"> <tr> <thead> -<th>Command</th> -<th>Description</th> +<th><center>Command</center></th> +<th><center>Description</center></th> </thead> </tr> <tbody> 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 @@ +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<meta name="referrer" content="same-origin"/> +<meta name="viewport" content="width=device-width, initial-scale=0.7"/> +<meta name="description" content="VoidNet Server Network"/> +<meta name="og:title" content="VoidNet"/> +<meta name="og:description" content="VoidNet Server Network"/> +<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/js/bootstrap.bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/> +<link rel="stylesheet" href="../css/voidnet.css" type="text/css"/> +<title>WizardBot V2 - VoidNet</title> +<html> +<body> +<nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-4 shadow"> +<div class="container-fluid"> +<img class="navbar_logo" src="../img/voidnet_logo.png"></img> +<hr width="20px" height="0px"></hr> +<button class="navbar-toggler me-auto" type="button" data-bs-toggle="collapse" data-bs-target="#mnav"><span class="wtext">Menu</span></button> +<div class="collapse navbar-collapse" id="mnav"> +<ul class="navbar-nav me-auto"> +<li class="nav-item"><a class="nav-link navbar_link" href="../index.html">Home</a></li> +<li class="nav-item"><a class="nav-link navbar_link" href="../servers.html">Servers</a></li> +<li class="nav-item"><a class="nav-link navbar_link" href="../software.html">Software</a></li> +<li class="nav-item"><a href="/forum" class="nav-link navbar_link">Forum</a></li> +<li class="nav-item dropdown"> +<a href="#" class="nav-link navbar_link dropdown-toggle" data-bs-toggle="dropdown">Other</a> +<ul class="dropdown-menu dark_navbar"> +<li><a href="/server_status.php" class="dropdown-item wtext dropdown_item_transition">Server status</a></li> +<li><a class="dropdown-item wtext dropdown_item_transition" href="https://twitter.com/VoidNetServers" target="_blank" rel="noopener noreferer">VoidNet Twitter</a></li> +<li><a class="dropdown-item wtext dropdown_item_transition" href="https://discord.gg/dZ7Kd2RqSv" target="_blank" rel="noopener noreferer">VoidNet Discord</a></li> +<li><a class="dropdown-item wtext dropdown_item_transition" href="../contact.php">Contact</a></li> +<li><a class="dropdown-item wtext dropdown_item_transition" href="../about.html">About</a></li> +</ul> +</li> +</ul> +</div> +</div> +</nav> +<div class="container w-75 mb-4 content_box shadow rounded-2"> +<center> +<h1 class="wtext content_title">WizardBot V2</h1> +<span class="wtext content_text"> +WizardBot V2 is the second version of twitch bot made by VoidNet owner. +<br/> +<br/> +Programming language the bot is written in: C +<br/> +<br/> +<b>List of WizardBot V2 commands</b> +<hr width="90%"></hr> +<br/> +<div class="table-responsive"> +<table class="table table-striped table-bordered table-dark w-100"> +<thead> +<tr><th><center>Command</center></th><th><center>Description</center></th></tr> +</thead> +<tbody> +<tr><td>$info</td><td>Show info about bot</td> +<tr><td>$randomsentence [number]</td><td>Generate random sentence that has given number of words (max 20)</td> +<tr><td>$givecookie [name]</td><td>Give virtual cookie to specified user</td> +<tr><td>$cookies</td><td>Get the amount of cookies you currently have</td> +<tr><td>$rps [option]</td><td>Play rock, paper, scissors with given option</td></tr> +<tr><td>$random</td><td>Get random quote</td> +<tr><td>$rpswins</td><td>Get amount of rock, paper, scissors wins</td> +<tr><td>$banstatus</td><td>Get current ban status (shows if banned from using the bot)</td> +<tr><td>$setcookies [name] [amount]</td><td>Set cookie for given user (Owner only command)</td></tr> +<tr><td>$banuser [name] [reason]</td><td>Ban user from using the bot (Owner only command)</td></tr> +<tr><td>$unbanuser [name]</td><td>Unban user (allows the given user to use the bot again, owner only command)</td></tr> +<tr><td>$wordcount</td><td>Show amount of words available for $randomsentence command</td></tr> +<tr><td>$exec [command]</td><td>Execute the given command on the computer the bot is running on and send output to chat (owner only command)</td></tr> +<tr><td>$shutdown</td><td>Shutdown the bot</td></tr> +</tbody> +</table> +</div> +</span> +</center> +<br/> +</div> +</body> +</html>
\ No newline at end of file |