Bah, my boss agreed with Grantbow...I hate when I'm wrong.

This commit is contained in:
Jeremy Fincher 2004-09-16 20:54:28 +00:00
parent 8fd64a6325
commit 21efa75130
1 changed files with 2 additions and 1 deletions

View File

@ -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):