diff options
Diffstat (limited to 'lib/rbot/botuser.rb')
-rw-r--r-- | lib/rbot/botuser.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/rbot/botuser.rb b/lib/rbot/botuser.rb index 7daaf66e..29d7eed5 100644 --- a/lib/rbot/botuser.rb +++ b/lib/rbot/botuser.rb @@ -160,6 +160,12 @@ module Irc end
+ # This is the error that gets raised when an invalid password is met
+ #
+ class InvalidPassword < RuntimeError
+ end
+
+
# This is the basic class for bot users: they have a username, a password,
# a list of netmasks to match against, and a list of permissions.
#
|