summaryrefslogtreecommitdiff
path: root/bouncer/window.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-02-15 11:37:22 +0100
committerTreeki <treeki@gmail.com>2014-02-15 11:37:22 +0100
commit5023cda47feb4d88e43dd88600490199c61ab348 (patch)
tree2e55ba5c51b1282c3b57b0de78b7b0cd61ede08b /bouncer/window.cpp
parentf5c91243ce04b5fab96ebe8838e384b0356793e0 (diff)
downloadbounce4-5023cda47feb4d88e43dd88600490199c61ab348.tar.gz
bounce4-5023cda47feb4d88e43dd88600490199c61ab348.zip
make nick colours use HSL for more pretties
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);