From 499507c103bc8c5a0c5ef823c03060c2c5f173d2 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 19 Apr 2003 22:38:40 +0000 Subject: [PATCH] Fixed tyop. --- plugins/RootWarner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RootWarner.py b/plugins/RootWarner.py index 10a6b2e84..854d65d2e 100644 --- a/plugins/RootWarner.py +++ b/plugins/RootWarner.py @@ -46,7 +46,7 @@ class RootWarner(irclib.IrcCallback): 'Don\'t IRC as root -- it\'s very possible that there is a '\ 'security flaw in latent in your irc client (remember the '\ 'BitchX format string vulnerabilities of days past?) and if '\ - 'You\'re IRCing as root, your entire box could be compromised.')) + 'you\'re IRCing as root, your entire box could be compromised.')) Class = RootWarner