Created
December 3, 2010 17:23
-
-
Save n0ts/727243 to your computer and use it in GitHub Desktop.
atig patch at on_privmsg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/atig/gateway/session.rb | |
+++ b/atig/gateway/session.rb | |
@@ -202,7 +202,6 @@ END | |
def on_privmsg(m) | |
target, mesg = *m.params | |
m.ctcps.each {|ctcp| on_ctcp(target, ctcp) } if m.ctcp? | |
- p target | |
case | |
when mesg.empty? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment