examples/ircd.rb in net-irc-0.0.8 vs examples/ircd.rb in net-irc-0.0.9

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/env ruby -# vim:fileencoding=UTF-8: +# vim:encoding=UTF-8: require 'rubygems' require 'net/irc' class NetIrcServer < Net::IRC::Server::Session