Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
Cleanup and bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Thebo committed Oct 14, 2011
1 parent 35a9e87 commit 65fd0ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/wrack/receiver.rb
@@ -1,4 +1,6 @@

# Handles routing of IRC messages to all interested parties.
#
# Forms a tree structure that can be used to add incremental filtering
class Wrack::Receiver
def initialize(context, options = {}, &block)
@context = context
Expand Down
1 change: 0 additions & 1 deletion lib/wrack/session.rb
Expand Up @@ -27,7 +27,6 @@ def connect
end

def disconnect
quit
@connection.disconnect
end

Expand Down

0 comments on commit 65fd0ba

Please sign in to comment.