Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created December 3, 2010 17:23
Show Gist options
  • Save n0ts/727243 to your computer and use it in GitHub Desktop.
Save n0ts/727243 to your computer and use it in GitHub Desktop.
atig patch at on_privmsg
--- 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