From c4c91c7cbc6c413e59f05be88e6bd1c6bc83679d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 10 Sep 2008 21:46:33 +0200 Subject: Server-Status-Abfrage zeigt jetzt uptime an --- src/madc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/madc.cpp') diff --git a/src/madc.cpp b/src/madc.cpp index f7dc143..5b0e3a1 100644 --- a/src/madc.cpp +++ b/src/madc.cpp @@ -60,7 +60,7 @@ static void activateReadline() { if(parser->willDisconnect()) return; - rl_callback_handler_install("mad: ", handleCommand); + rl_callback_handler_install("mad> ", handleCommand); fds[0].events = POLLIN; } -- cgit v1.2.3