]> jfr.im git - irc/quakenet/newserv.git/blob - helpmod2/klingon.h
GLINES: fix null pointer deref in trustgline / trustungline
[irc/quakenet/newserv.git] / helpmod2 / klingon.h
1 #ifndef KLINGON_H
2 #define KLINGON_H
3
4 const char *klingon_general[] =
5 {
6 "may' Daa jaHDI' SuvwI' juppu' Daj lonbe",
7 "QamuIs Heg qaq law' lorvIs yInqaq puS",
8 "pot'hbe'chug yay qatlh p\"eghlu'",
9 "bortaS blr jablu'Dl'reH QaQqu'nay'",
10 "jachchoHmeH 'Iwraj penaghtaH",
11 "choSuvchugh 'oy'lIj Daghur neH",
12 "naDev qaS wanl' ramqu'",
13 "Dubotchugh yIpummoH",
14 "batlh pothl law` yIn pothl puS",
15 "pujwI' HIvlu'chugh quvbe'lu'",
16 "bISovbejbe'DI' tImer",
17 "Heghlu'meH QaQ jajvam",
18 "yIlop! wa'IeS chaq maHegh!",
19 "charghbej vIt",
20 "reH nuHmey tu'lu'",
21 "qoS toma 'epaq qaver",
22 "HIHIvqa' may' pequ' moH",
23 "vay' DaneHbogh yIchargh",
24 "jIbechrup may' vIloS",
25 "jIH DoQ batlh",
26 "jIjatlhpa' jatlh Homvey",
27 "pop 'oH ghob'e'"
28 };
29
30 #define KLINGON_NGENERAL 22
31
32 const char *klingon_targeted[] =
33 {
34 "bathl bIHeghjaj",
35 "nuq'neH",
36 "Hab SoSlI' Quch!",
37 "yIDoghQo'",
38 "Qab jIH naghIl",
39 "teDoQ ruS qa mech-toH",
40 "meqlo boH qa mech",
41 "'IStovIy chuch tlhIng nuq?",
42 "yIHarQo'! nepwI' ghaH!",
43 "bIleSnIS",
44 "qaSuj'a'",
45 "bImoHqu'",
46 "bIpIvHa'law'",
47 "ghIj qet jaghmeyjaj",
48 "bomDI' 'IwwIj qaqaw",
49 "Do'Ha'",
50 "batlh Daqawlu'taH",
51 "Qapla'!",
52 "DaHjajaj QaQ Daghajjaj",
53 "HItlhejQo'neS",
54 "qaleghnes"
55 };
56
57 #define KLINGON_NTARGETED 21
58
59 #endif