mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Bah, my boss agreed with Grantbow...I hate when I'm wrong.
This commit is contained in:
parent
8fd64a6325
commit
21efa75130
@ -155,7 +155,8 @@ class Unix(callbacks.Privmsg):
|
||||
|
||||
Returns the current pid of the process for this Supybot.
|
||||
"""
|
||||
irc.reply(str(os.getpid()))
|
||||
irc.reply(str(os.getpid()), private=True)
|
||||
pid = privmsgs.checkCapability(pid, 'owner')
|
||||
|
||||
_cryptre = re.compile(r'[./0-9A-Za-z]')
|
||||
def crypt(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user