Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ichverstehe committed Oct 6, 2008
1 parent 9a986c7 commit 7d86eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/isaac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def topic(channel, topic)
end
end

# Assign dialplan methods to current Isaac instance
# Assign methods to current Isaac instance
%w(config helpers on).each do |method|
eval(<<-EOF)
def #{method}(*args, &block)
Expand Down

0 comments on commit 7d86eed

Please sign in to comment.