diff mcabber/src/commands.c @ 837:7c74eef1d0e0

New option "muc_auto_whois"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 18:39:25 +0200
parents 6a732d2ad4b4
children ea1204c8a30b
line wrap: on
line diff
--- a/mcabber/src/commands.c	Thu May 04 17:54:06 2006 +0200
+++ b/mcabber/src/commands.c	Thu May 04 18:39:25 2006 +0200
@@ -1768,7 +1768,7 @@
   jb_room_unlock(buddy_getjid(bud));
 }
 
-static void room_whois(gpointer bud, char *arg)
+void room_whois(gpointer bud, char *arg)
 {
   char **paramlst;
   gchar *nick, *buffer;