Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Authenticators/phpBB3/phpBB3auth.py')
-rwxr-xr-xAuthenticators/phpBB3/phpBB3auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Authenticators/phpBB3/phpBB3auth.py b/Authenticators/phpBB3/phpBB3auth.py
index bd554d0..fa1b9ef 100755
--- a/Authenticators/phpBB3/phpBB3auth.py
+++ b/Authenticators/phpBB3/phpBB3auth.py
@@ -391,7 +391,7 @@ def do_main_program():
Murmur.MetaCallback.__init__(self)
self.app = app
- @fortifyIceFu
+ @fortifyIceFu()
@checkSecret
def started(self, server, current = None):
"""
@@ -413,7 +413,7 @@ def do_main_program():
else:
debug('Virtual server %d got started', server.id())
- @fortifyIceFu
+ @fortifyIceFu()
@checkSecret
def stopped(self, server, current = None):
"""