mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
Got the IRC bot working with the new mechanism.
This commit is contained in:
parent
6c45d76b56
commit
ab6dcc605d
6 changed files with 39 additions and 35 deletions
|
|
@ -225,7 +225,7 @@ class ScriptBase(TypeClass):
|
|||
"""
|
||||
|
||||
#print "Script %s (%s) start (active:%s, force:%s) ..." % (self.key, id(self.dbobj),
|
||||
# self.is_active, force_restart)
|
||||
# self.is_active, force_restart)
|
||||
|
||||
if self.dbobj.is_active and not force_restart:
|
||||
# script already runs and should not be restarted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue