index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
author | Chris Oliver <excid3@gmail.com> | 2012-09-17 14:23:18 -0500 |
---|---|---|
committer | Chris Oliver <excid3@gmail.com> | 2012-09-17 14:23:18 -0500 |
commit | db3f3ea3086cb48d0f1a5b940d7ee182f6839513 (patch) | |
tree | d8b511f8a76b4d2af1fd871df0ce0a0cc5827c6f | |
parent | a8b5642c127e1a442e212afd9942b9f781db09af (diff) |
-rwxr-xr-x | logbot.py | 1 |
@@ -211,6 +211,7 @@ class Logbot(SingleServerIRCBot): else: chans = event.target() msg = self.format_event(name, event, params) + msg = re.sub(r'\[(\d{1,2})m', '', msg) msg = urlify2(msg) # In case there are still events that don't supply a channel name (like /quit and /nick did) |