1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

Fixed bugs: buffer detection in plugins/scripts commands, and /history command

This commit is contained in:
Sebastien Helleu
2006-01-22 21:30:19 +00:00
parent 1cbdbffa40
commit 8cd8410448
38 changed files with 3146 additions and 2278 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ typedef void (t_weechat_end_func) (t_weechat_plugin *);
extern t_weechat_plugin *weechat_plugins;
extern t_weechat_plugin *last_weechat_plugin;
extern void plugin_find_server_channel (char *, char *,
t_irc_server **, t_irc_channel **);
extern int plugin_find_server_channel (char *, char *,
t_irc_server **, t_irc_channel **);
extern void plugin_exec_on_files (t_weechat_plugin *, char *,
int (*)(t_weechat_plugin *, char *));
extern t_weechat_plugin *plugin_search (char *);