comparison mcabber/src/commands.h @ 960:90ff94f0fbbb

Auto-whois shouldn't enable chat mode
author Mikael Berthe <mikael@lilotux.net>
date Mon, 11 Sep 2006 19:14:59 +0200
parents 7c74eef1d0e0
children 875d2c9d399c
comparison
equal deleted inserted replaced
959:8bf36cef8aa6 960:90ff94f0fbbb
18 char *expandalias(char *line); 18 char *expandalias(char *line);
19 19
20 extern char *mcabber_version(void); 20 extern char *mcabber_version(void);
21 extern void mcabber_connect(void); 21 extern void mcabber_connect(void);
22 22
23 void room_whois(gpointer bud, char *nick_locale); 23 void room_whois(gpointer bud, char *nick_locale, guint interactive);
24 24
25 #endif /* __COMMANDS_H__ */ 25 #endif /* __COMMANDS_H__ */
26 26
27 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 27 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */