mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 12:12:33 +01:00
Added cvsup command
This commit is contained in:
parent
15e26578fb
commit
b95095df38
@ -310,6 +310,10 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
|
||||
else:
|
||||
irc.error(msg, 'There was no callback %s' % name)
|
||||
|
||||
def cvsup(self, irc, msg, args):
|
||||
"""takes no arguments"""
|
||||
irc.reply(msg, str(os.system('cvs up')))
|
||||
|
||||
|
||||
standardPrivmsgModules = [OwnerCommands]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user