comparison mcabber/src/commands.h @ 837:7c74eef1d0e0

New option "muc_auto_whois"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 18:39:25 +0200
parents e6d42f239541
children 90ff94f0fbbb
comparison
equal deleted inserted replaced
836:cd011fe9f8a5 837:7c74eef1d0e0
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);
24
23 #endif /* __COMMANDS_H__ */ 25 #endif /* __COMMANDS_H__ */
24 26
25 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 27 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */