From 5f15fd8ab675f7231e9f530f86e5afa6ecc82c95 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 3 Oct 2003 22:23:01 +0000 Subject: [PATCH] Removed the cvsup command, useless with global installs. --- src/OwnerCommands.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/OwnerCommands.py b/src/OwnerCommands.py index e998d4868..0ca46f4ec 100644 --- a/src/OwnerCommands.py +++ b/src/OwnerCommands.py @@ -319,16 +319,6 @@ class OwnerCommands(privmsgs.CapabilityCheckingPrivmsg): ircdb.channels.reload() irc.reply(msg, conf.replySuccess) - def cvsup(self, irc, msg, args): - """takes no arguments - - Returns the return code of 'cvs up'. Do note that this command blocks - the entire bot until the cvs up finishes. If you're using ext - authentication, you'll want to type the password in on the terminal - the bot is running on, or he'll just freeze. - """ - irc.reply(msg, str(os.system('cvs up'))) - def say(self, irc, msg, args): """