/[weechat]/weechat/src/plugins/weechat-plugin.h
ViewVC logotype

Diff of /weechat/src/plugins/weechat-plugin.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by flashcode, Sun Oct 30 09:56:24 2005 UTC revision 1.9 by kolter, Sun Oct 30 23:39:54 2005 UTC
# Line 30  Line 30 
30     WeeChat, for plugins, or both */     WeeChat, for plugins, or both */
31  #define PLUGIN_RC_OK_IGNORE_WEECHAT  1  /* ignore WeeChat for this message     */  #define PLUGIN_RC_OK_IGNORE_WEECHAT  1  /* ignore WeeChat for this message     */
32  #define PLUGIN_RC_OK_IGNORE_PLUGINS  2  /* ignore other plugins for this msg   */  #define PLUGIN_RC_OK_IGNORE_PLUGINS  2  /* ignore other plugins for this msg   */
33  #define PLUGIN_RC_OK_IGNORE_ALL      (PLUGIN_RC_DISCARD_WEECHAT \  #define PLUGIN_RC_OK_IGNORE_ALL      (PLUGIN_RC_OK_IGNORE_WEECHAT \
34                                       | PLUGIN_RC_DISCARD_PLUGINS)                                       | PLUGIN_RC_OK_IGNORE_PLUGINS)
35                                          /* ignore WeeChat and other plugins    */                                          /* ignore WeeChat and other plugins    */
36    
37  typedef struct t_plugin_dcc_info t_plugin_dcc_info;  typedef struct t_plugin_dcc_info t_plugin_dcc_info;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26