From f917ffdc498433236dc5c96fae52eac9eba82f8c Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 15 Nov 2005 16:05:31 +0000 Subject: [PATCH] plugin/Praise: Don't rstrip '.'. People can learn not to end their praise with a '.'. --- plugins/Praise/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Praise/plugin.py b/plugins/Praise/plugin.py index 302ac8af7..4a0c873a4 100644 --- a/plugins/Praise/plugin.py +++ b/plugins/Praise/plugin.py @@ -77,8 +77,6 @@ class Praise(plugins.ChannelIdDatabasePlugin): return text = self._replaceFirstPerson(praise.text, msg.nick) reason = self._replaceFirstPerson(reason, msg.nick) - if target.endswith('.'): - target = target.rstrip('.') target = self._replaceFirstPerson(target, msg.nick) text = text.replace('$who', target) if reason: