comparison mcabber/mcabber/commands.h @ 1740:391863b7952c

Rename do_say_internal() and export it as say_cmd() It can now be used in modules.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 Mar 2010 13:02:38 +0100
parents 41c26b7d2890
children e6d355e50d7a
comparison
equal deleted inserted replaced
1739:9e3f8cbdfe02 1740:391863b7952c
28 #endif 28 #endif
29 29
30 void cmd_room_whois(gpointer bud, char *nick_locale, guint interactive); 30 void cmd_room_whois(gpointer bud, char *nick_locale, guint interactive);
31 void cmd_room_leave(gpointer bud, char *arg); 31 void cmd_room_leave(gpointer bud, char *arg);
32 void cmd_setstatus(const char *recipient, const char *arg); 32 void cmd_setstatus(const char *recipient, const char *arg);
33 void say_cmd(char *arg, int parse_flags);
33 34
34 #endif /* __MCABBER_COMMANDS_H__ */ 35 #endif /* __MCABBER_COMMANDS_H__ */
35 36
36 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 37 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */