f61d140253
Better support /who and /whereis. Divert server messages to the server window instead of the channel window. Bump PKGREVISION to 8. Compile-tested only.
12 lines
336 B
Text
12 lines
336 B
Text
$NetBSD: patch-ac,v 1.1 2004/03/29 11:05:45 wiz Exp $
|
|
|
|
--- src/core/icb-commands.c.orig Sat May 4 19:21:43 2002
|
|
+++ src/core/icb-commands.c
|
|
@@ -32,6 +32,7 @@ static char *icb_commands[] = {
|
|
|
|
"invite", "v", "echoback", "name", "motd", "topic", "status",
|
|
"boot", "pass", "drop", "shutdown", "wall",
|
|
+ "whereis",
|
|
NULL
|
|
};
|
|
|