diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index a6cbd1cc8..1b7c03ea3 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1511,7 +1511,7 @@ bool is_uline(const char* server) /* fix, by w00t - per nenolod. I don't see how we can want '""' as a uline. */ if (!server || !(*server)) - return false; + return true; for (int i = 0; i < ConfValueEnum("uline",&config_f); i++) { |