Commit 5aa8025a3283811b7306951d9b6e14ed12b15f9f

Use 'alias' keyword
IRC.rb
(1 / 5)
  
5151 @channels
5252 end
5353
54 # Alias for IRC.connect
55 def start
56 self.connect
57 end
58
5954 # Open a connection to the server using the IRC Connect
6055 # method. Events yielded from the IRCConnection handler are
6156 # processed and then control is returned to IRCConnection
7474 @threads.each {|thr| thr.join }
7575 end
7676 end
77 alias start connect
7778
7879 # Joins a channel on a server.
7980 def join(channel)