Robonurd: Difference between revisions

From NURDspace
(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
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:
=Starting the bot=


<pre>
<pre>

Revision as of 10:51, 8 June 2020

What

This IRCbot will maybe someday replace Nurdbot and runs on nurdbotdev.vm.nurd.space

Commands

Airplane Tracking

  • !flight
  • !planes

Starting the bot

su - nurdbot
cd /home/nurdbot/nurdbot
screen python3 main.py

Exit screen with CTRL-A and D