summaryrefslogtreecommitdiff
path: root/src/plugins/irc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-06-12 16:02:40 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-06-12 16:02:40 +0200
commit38f1bc08374b8e6a5c67f21ca079c75c255c4560 (patch)
tree1e9adc1c3d89f821ac63075c48b8e7caf154e56d /src/plugins/irc
parent58e6a514eb14a5eb9cf7e1b1b593bfe9b7dc7585 (diff)
downloadweechat-38f1bc08374b8e6a5c67f21ca079c75c255c4560.zip
Remove variable with "WeeChat required version" in plugins, do not compare version any more (API comparison is enough)
Diffstat (limited to 'src/plugins/irc')
-rw-r--r--src/plugins/irc/irc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/irc/irc.c b/src/plugins/irc/irc.c
index d349fe7b7..46f41c1e1 100644
--- a/src/plugins/irc/irc.c
+++ b/src/plugins/irc/irc.c
@@ -43,7 +43,6 @@ WEECHAT_PLUGIN_NAME(IRC_PLUGIN_NAME);
WEECHAT_PLUGIN_DESCRIPTION("IRC (Internet Relay Chat) plugin for WeeChat");
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
-WEECHAT_PLUGIN_WEECHAT_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE("GPL3");
struct t_weechat_plugin *weechat_irc_plugin = NULL;