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

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove semicolon
  • Loading branch information
sstephenson committed Feb 22, 2010
1 parent 8633e8d commit 7c32353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hector/channel.rb
Expand Up @@ -74,7 +74,7 @@ def respond_to_topic(session)

def respond_to_names(session)
session.respond_with(353, session.nickname, "=", name, :source => "hector.irc", :text => nicknames.join(" "))
session.respond_with(366, session.nickname, name, :source => "hector.irc", :text => "End of /NAMES list.");
session.respond_with(366, session.nickname, name, :source => "hector.irc", :text => "End of /NAMES list.")
end

def join(session)
Expand Down

0 comments on commit 7c32353

Please sign in to comment.