Oops, forgot to remove that line

This commit is contained in:
lukeroge 2012-04-23 11:38:34 +12:00
parent a80b8b7eb8
commit 5281cc6fff

View file

@ -22,5 +22,4 @@ def ctcp_time(inp, notice=None):
@hook.regex(r'^\x01FINGER\x01$')
def ctcp_finger(inp, notice=None):
user = getpass.getuser()
notice('\x01FINGER: Username is: $s' % getpass.getuser())