summaryrefslogtreecommitdiff
path: root/sassbot
diff options
context:
space:
mode:
authorJason Le Long <jasonnlelong@gmail.com>2018-03-08 14:03:05 +0000
committerJason Le Long <jasonnlelong@gmail.com>2018-03-08 14:03:05 +0000
commit002c61f74a3f24afbca34ca38e85eea854150677 (patch)
tree2e0205856fdd20b74e4b178522491037a4d937e5 /sassbot
parenta2b21dff76b66b0f73d49b9f1b8bee94f2e7fe17 (diff)
Equipment rolls working as desired (fixed global commands)
Diffstat (limited to 'sassbot')
-rw-r--r--sassbot/modules/artifact2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sassbot/modules/artifact2.py b/sassbot/modules/artifact2.py
index 04c3db2..b0d2643 100644
--- a/sassbot/modules/artifact2.py
+++ b/sassbot/modules/artifact2.py
@@ -10,7 +10,7 @@ import EquipmentCreate
def adventurersinc(phenny, input):
#Variables
- if input.sender.lower() == "#fromsteamland":
+ if input.sender.lower() == "#fromsteamland" or input.sender.lower() == "#artifact":
strInputGroup = input.group().split(" ")
try:
strCmd1 = strInputGroup[1]
@@ -27,6 +27,7 @@ def adventurersinc(phenny, input):
parameters['LiveVersion'] = '2.0'
parameters['Nick'] = input.nick
+ #Global Commands
if strCmd1 == "git":
phenny.say("Artifact v2 git: http://www.blatech.co.uk/JasonFS/Artifact-v2")
elif strCmd1 == "version":