mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
testing
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ from modules.locationdata import * # from the spudgunman/meshing-around repo
|
||||
from modules.bbstools import * # from the spudgunman/meshing-around repo
|
||||
|
||||
# A basic list of strings to trap and respond to
|
||||
trap_list = ("ping", "pinging", "ack", "testing", "pong", "motd", "cmd", "lheard", "sitrep", "joke")
|
||||
trap_list = ("ping", "pinging", "ack", "testing", "test", "pong", "motd", "cmd", "lheard", "sitrep", "joke")
|
||||
|
||||
# comment out unwanted funtionality, defined in corresponding files/modules
|
||||
trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ import configparser, os
|
||||
|
||||
|
||||
|
||||
trap_list = ("ping", "pinging", "ack", "testing", "pong", "motd", "help", "lheard", "sitrep") #A list of strings to trap and respond to
|
||||
trap_list = ("ping", "pinging", "ack", "testing", "test", "pong", "motd", "help", "lheard", "sitrep") #A list of strings to trap and respond to
|
||||
welcome_message = "PongBot, here for you like a friend who is not. Try sending: ping @foo or, cmd"
|
||||
help_message = "Commands are: ping, ack, motd, Lheard. Use 'motd $foo' to set MOTD."
|
||||
MOTD = "Thanks for using PongBOT! Have a good day!" # Message of the Day
|
||||
|
||||
Reference in New Issue
Block a user