This commit is contained in:
SpudGunMan
2024-07-10 19:53:56 -07:00
parent 0d4c7eb3cf
commit 2dec77c716
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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