pkgsrc/chat/silc-client-icb/patches/patch-ac
wiz f61d140253 Add same patches as to irssi-icb (requested by salo):
Better support /who and /whereis.
Divert server messages to the server window instead of the channel window.
Bump PKGREVISION to 8.
Compile-tested only.
2004-03-29 11:05:44 +00:00

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
};