Remove deprecated dynamic throw specifications
[clinton/bobotpp.git] / source / ChannelUserList.H
index c86ac16..d4ea5c0 100644 (file)
@@ -62,8 +62,8 @@ public:
 
   void add (std::string, std::string, int, UserList*, bool = false) throw ();
   void del (const std::string &) throw ();
-  User get (const std::string &) const throw (user_not_found);
-  void change_nickname (const std::string &, std::string) throw (user_not_found);
+  User get (const std::string &) const;
+  void change_nickname (const std::string &, std::string);
   void change_user_mode (const std::string &, int, bool) throw ();
   void change_user_key (const std::string &, const std::string &) throw ();
   bool in_channel_p (const std::string &) const throw ();