mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Added warning about blocking in the morehelp for cvsup.
This commit is contained in:
parent
0a2d17396e
commit
25aca81c9a
@ -277,7 +277,10 @@ class OwnerCommands(privmsgs.CapabilityCheckingPrivmsg):
|
||||
def cvsup(self, irc, msg, args):
|
||||
"""takes no arguments
|
||||
|
||||
Returns the return code of 'cvs up'
|
||||
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')))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user