diff options
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index 97006469a..a8b1d5ca6 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -228,7 +228,7 @@ time_t dotime(const Anope::string &s) } } } - catch (const CoreException &) { } + catch (const ConvertException &) { } return 0; } |