#!/usr/bin/env python """ custom_ident.py - Set a custom user ident for phenny Copyright 2013, Alexander Sulfrian Licensed under the Eiffel Forum License 2. http://inamidst.com/phenny/ """ def setup(phenny): if hasattr(phenny.config, 'ident'): phenny.user = phenny.config.ident