From 4151d882958aff860aed97547aa534be133103ea Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 25 Apr 2015 23:17:07 -0700 Subject: [PATCH] PkgInfo: fix a typo --- PkgInfo/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PkgInfo/plugin.py b/PkgInfo/plugin.py index e599b4b..25da569 100644 --- a/PkgInfo/plugin.py +++ b/PkgInfo/plugin.py @@ -125,7 +125,7 @@ class PkgInfo(callbacks.Plugin): 'dep:': '\x0304dep:\x03', 'sug:': '\x0309sug:\x03', 'adep:': '\x0305adep:\x03', - 'idep': '\x0302idep:\x03', + 'idep:': '\x0302idep:\x03', 'enh:': '\x0308enh:\x03'}) def package(self, irc, msg, args, release, pkg, opts): """ [--depends] [--source]