Conflicts:
	irc.py
	modules/oblique.py
	modules/startup.py
This commit is contained in:
mutantmonkey
2012-02-17 22:10:05 -05:00
4 changed files with 7 additions and 3 deletions

3
phenny
View File

@@ -123,7 +123,8 @@ def main(argv=None):
# Step Two: Check Dependencies
check_python_version() # require python2.4 or later
check_dotdir() # require ~/.phenny, or make it and exit
if not opts.config:
check_dotdir() # require ~/.phenny, or make it and exit
# Step Three: Load The Configurations