aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ruby-irc/files/patch-dice.cpi
blob: 3723205d4e2153d26c73b818938875ba886dfdae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- cpi/dice.cpi.orig	Tue Jun 13 00:52:00 2000
+++ cpi/dice.cpi	Fri Jan 19 16:54:24 2001
@@ -3 +3 @@
-#�����������ꥨ���������
+# "Dice Thrower" agent
@@ -11 +11 @@
-#���Υ�����ץȤ�
+#This script was translated from a perl script:
@@ -15 +14,0 @@
-#��ܿ�������ĺ������ΤǤ���
@@ -17 +16 @@
-#"2d6"�Τ褦��ɽ����ȿ���������������򿶤äƤ���ޤ���
+#It responds to phrases like "2d6" and throws dice.
@@ -20 +19 @@
-agent = IRC::PassiveAgent::new("������������")
+agent = IRC::PassiveAgent::new("Dice Thrower")
@@ -41,5 +40,5 @@
-    '�������Τ������ؤ�Ǥ���',
-    '���Τ������Ϥ�äƤʤ��Ǥ���',
-    '����ʤˤ��������äƤʤ��Ǥ�����',
-    '���������Ĥ������餪�����Ǥ���',
-    '0 �ǤϤ��ʤ��Ǥ�����',
+    'The number of dice is invalid.',
+    'Sorry, I don\'t have such kind of dice.',
+    'Sorry, I don\'t have so many dice.',
+    'Oops, dice fell out of the table!',
+    'Divided by zero.',