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:
authorStefan Hacker <dd0t@users.sourceforge.net>2010-12-20 03:01:35 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2010-12-20 03:01:35 +0300
commitc1d7df9ae89fb045d8437d270362aef6d8411439 (patch)
treecbfffcd2d60a73fee7cfb8a3a7c295ddab455b53 /Authenticators/phpBB3
parent0aaa59ab71bb121cfc53ce2c7ddebc62f95aa813 (diff)
Fix a few typos
Diffstat (limited to 'Authenticators/phpBB3')
-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):
"""