summaryrefslogtreecommitdiff
path: root/src/mods/commands/yc_uptime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods/commands/yc_uptime.cpp')
-rwxr-xr-xsrc/mods/commands/yc_uptime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mods/commands/yc_uptime.cpp b/src/mods/commands/yc_uptime.cpp
index 5fe0929..d19a622 100755
--- a/src/mods/commands/yc_uptime.cpp
+++ b/src/mods/commands/yc_uptime.cpp
@@ -14,8 +14,6 @@ extern "C" {
string s_msg = p_conf->get_elem("chat.msgs.uptime") + p_timr->get_uptime() + "<br>\n";
p_user->msg_post( &s_msg );
-
- return 0;
}
}