summaryrefslogtreecommitdiffstats
path: root/custom_ident.py
blob: 34fd9ffc30eb01daf53d7a534420e6e45812f202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
"""
custom_ident.py - Set a custom user ident for phenny
Copyright 2013, Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
Licensed under the Eiffel Forum License 2.

http://inamidst.com/phenny/
"""

def setup(phenny):
    if hasattr(phenny.config, 'ident'):
        phenny.user = phenny.config.ident