Merge branch 'develop' of github.com:ClouDev/CloudBot into develop
This commit is contained in:
commit
5468d80b69
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ def seen(inp, nick='', chan='', db=None, input=None):
|
|||
return '%s was last seen %s ago saying: %s' % \
|
||||
(inp, reltime, last_seen[2])
|
||||
else:
|
||||
return "I've never seen %s talking." % inp
|
||||
return "I've never seen %s talking in this channel." % inp
|
||||
|
|
Reference in a new issue