From d3223e3e271d37a6d235e7a57fde5f40d4290076 Mon Sep 17 00:00:00 2001 From: "Iury O. G. Figueiredo" Date: Sun, 22 Mar 2020 20:36:34 +0000 Subject: [PATCH] Fixing bug. --- setup.py | 2 +- vyirc.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 939e78a..cabdc7a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name="vyirc", - version="1.1.0", + version="1.1.1", description="An irc plugin for vy.", py_modules=["vyirc"], author="Iury O. G. Figueiredo", diff --git a/vyirc.py b/vyirc.py index e4439f2..a632a4a 100644 --- a/vyirc.py +++ b/vyirc.py @@ -168,6 +168,7 @@ def c_nick(self, wid): index = size - len(data) wid.delete(index, size) wid.insert(index, ind) + break pass class IrcMode: