summaryrefslogtreecommitdiff
path: root/bouncer/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bouncer/window.cpp')
-rw-r--r--bouncer/window.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/bouncer/window.cpp b/bouncer/window.cpp
index a8a7bb2..75ba862 100644
--- a/bouncer/window.cpp
+++ b/bouncer/window.cpp
@@ -172,12 +172,6 @@ void StatusWindow::handleUserInput(const char *str) {
else
pushMessage("Server password cleared.");
- } else if (strcmp(str, "/c") == 0) {
- RichTextBuilder rt;
- rt.foreground(2, 100, 0, 255);
- rt.append("boooooop");
- rt.endForeground(2);
- pushMessage(rt.c_str());
}
} else {
server->sendLine(str);