diff options
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index d84aee5d4..a0fe67c5f 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -151,7 +151,7 @@ void ServerConfig::Send005(User* user) user->WriteServ("005 %s %s", user->nick, line->c_str()); } -bool ServerConfig::CheckOnce(char* tag) throw (CoreException) +bool ServerConfig::CheckOnce(char* tag) { int count = ConfValueEnum(this->config_data, tag); |