/[weechat]/weechat/src/plugins/plugins.c
ViewVC logotype

Diff of /weechat/src/plugins/plugins.c

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

revision 1.25 by flashcode, Sat Oct 15 12:34:21 2005 UTC revision 1.26 by flashcode, Sun Oct 16 21:47:43 2005 UTC
# Line 1160  weechat_plugin_get_info (t_weechat_plugi Line 1160  weechat_plugin_get_info (t_weechat_plugi
1160                  return strdup ("0");                  return strdup ("0");
1161          }          }
1162      }      }
1163        else if (ascii_strcasecmp (info, "weechatdir") == 0)
1164        {
1165            /* WARNING: deprecated info, you should use weechat_dir */
1166            /* will be removed in a future version */
1167            return strdup (weechat_home);
1168        }
1169      else if (ascii_strcasecmp (info, "weechat_dir") == 0)      else if (ascii_strcasecmp (info, "weechat_dir") == 0)
1170      {      {
1171          return strdup (weechat_home);          return strdup (weechat_home);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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