From f559b1faa53841e60f33038ee13d6a67868da205 Mon Sep 17 00:00:00 2001 From: mogad0n Date: Sat, 2 Jan 2021 20:03:01 +0530 Subject: [PATCH] update to current --- plugin.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/plugin.py b/plugin.py index 74ec726..dc09642 100644 --- a/plugin.py +++ b/plugin.py @@ -270,15 +270,8 @@ class Tripsit(callbacks.Plugin): irc.reply(re) else: irc.error(f'No doses saved for {nick}') - - - - - - - + Class = Tripsit # vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: -