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-04-11 17:18:50 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2010-04-11 17:18:50 +0400
commit1d6a58578fdb2b9dafb8715e06f8238bd943bc61 (patch)
tree1982122267e36a69719a6b4c82aa00dfc8f100ba /Authenticators/phpBB3
parentf60b2567ee154edb00ebd3f36c7404bef8bba1ab (diff)
Make all script compatible with the Murmur 1.2.3 slicefile. Extend mice.py to dynload the slice from the server.
Diffstat (limited to 'Authenticators/phpBB3')
-rw-r--r--Authenticators/phpBB3/phpBB3auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Authenticators/phpBB3/phpBB3auth.py b/Authenticators/phpBB3/phpBB3auth.py
index 2dcf22a..898f2b6 100644
--- a/Authenticators/phpBB3/phpBB3auth.py
+++ b/Authenticators/phpBB3/phpBB3auth.py
@@ -200,7 +200,7 @@ def do_main_program():
#--- Authenticator implementation
# All of this has to go in here so we can correctly daemonize the tool
# without loosing the file descriptors opened by the Ice module
- Ice.loadSlice(cfg.ice.slice)
+ Ice.loadSlice('', ['-I' + Ice.getSliceDir(), cfg.ice.slice])
import Murmur
class phpBBauthenticatorApp(Ice.Application):