mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +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