mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Updated to give an appropriate error message in Observer.remove.
This commit is contained in:
parent
1f22d5eb1d
commit
f4d7da4f35
@ -219,7 +219,8 @@ class Observer(callbacks.Privmsg):
|
|||||||
|
|
||||||
Removes the observer <name>.
|
Removes the observer <name>.
|
||||||
"""
|
"""
|
||||||
pass
|
irc.error('Sorry, this hasn\'t been implemented yet. Complain to '
|
||||||
|
'jemfinch and he\'ll probably implement it.')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user