aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ruby-irc/files/patch-0:operator.rb
blob: e1a8d6eb06d090b68def840129f01d8f6ec4106f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cpi/operator.cpi.orig	Wed Jun 14 10:03:51 2000
+++ cpi/operator.cpi	Fri Jan 19 17:15:50 2001
@@ -15,7 +15,7 @@
   include IRC
   def start(client)
     super
-    @operator = User.parse("igapon!igarashi@mahon.ueda.info.waseda.ac.jp")
+    @operator = User.parse(Operator)
     report("����ˤ���")
   end
   def stop