Updated to give an appropriate error message in Observer.remove.

This commit is contained in:
Jeremy Fincher 2004-12-19 00:17:09 +00:00
parent 1f22d5eb1d
commit f4d7da4f35

View File

@ -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.')