Skip to content

Commit

Permalink
Fixed seen command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Yepoleb committed Jun 11, 2014
1 parent 8dbe9c1 commit ed019f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def resethistory(inp, input=None, conn=None):

@hook.command
def seen(inp, nick='', chan='', db=None, input=None, conn=None):
"""seen <nick> <channel> -- Tell when a nickname was last in active in one of this bot's channels."""
"""seen <nick> [channel] -- Tell when a nickname was last in active in one of this bot's channels."""

if input.conn.nick.lower() == inp.lower():
return "You need to get your eyes checked."
Expand Down

0 comments on commit ed019f6

Please sign in to comment.