From a1aae18e617385bb6c547852db63a4a0cae1e259 Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 8 Mar 2021 05:03:03 -0600 Subject: [PATCH] patch --- plugins/krylon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/krylon.py b/plugins/krylon.py index 4941951..7e0ea59 100644 --- a/plugins/krylon.py +++ b/plugins/krylon.py @@ -139,7 +139,7 @@ class Plugin(object): #redundant code//change later MSG+="(BOT)NICK/NAME:{}/{} <>".format(BOTNICKS[i],BOTNAMES[i]) MSG+="LOCK:{} READ:{} WRITE:{}".format(self._kbl[B1N],self._kbr[B1N],self._kbw[B1N]) - MSG+="LINES:{} INDEX:{} INTERRUPTED:{}".f ormat(self._fli,self._fin,self._int) + MSG+="LINES:{} INDEX:{} INTERRUPTED:{}".format(self._fli,self._fin,self._int) self.context.privmsg(CHN,MSG) if self._ST8 >= 3: