unify xmpp bots: single xmpp_agent_core.py + --agent param wrappers
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Wrapper for xmpp_agent_core.py --agent mohe"""
|
||||
import sys, os
|
||||
sys.argv = [sys.argv[0], '--agent', 'mohe']
|
||||
exec(open(os.path.join(os.path.dirname(__file__), 'xmpp_agent_core.py')).read())
|
||||
Reference in New Issue
Block a user