(Created page with "This IRCbot will maybe someday replace Nurdbot and runs on nurdbotdev.vm.nurd.space Commands: * !flight * !planes Starting the bot: <pre> su - nurdbot cd /home/nurdbot/...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
= What = | |||
This IRCbot will maybe someday replace [[Nurdbot]] and runs on nurdbotdev.vm.nurd.space | This IRCbot will maybe someday replace [[Nurdbot]] and runs on nurdbotdev.vm.nurd.space | ||
Commands | = Commands = | ||
== [[Airplane Tracking]] == | |||
* !flight | * !flight | ||
* !planes | * !planes | ||
Starting the bot | == Soundboard == | ||
* !sound <sample name> (for instance !sound pickle_rick) | |||
See [[SlabPi]] for full list (in /home/pi/soundboard/samples) | |||
=Starting the bot= | |||
<pre> | <pre> |
Latest revision as of 19:26, 3 August 2020
What
This IRCbot will maybe someday replace Nurdbot and runs on nurdbotdev.vm.nurd.space
Commands
Airplane Tracking
- !flight
- !planes
Soundboard
- !sound <sample name> (for instance !sound pickle_rick)
See SlabPi for full list (in /home/pi/soundboard/samples)
Starting the bot
su - nurdbot cd /home/nurdbot/nurdbot screen python3 main.py
Exit screen with CTRL-A and D