[mw-devel] MW3 r1371 - trunk/src/client

eclipse at sucs.org eclipse at sucs.org
Tue Sep 9 14:30:02 BST 2014


Author: eclipse
Date: 2014-09-09 14:30:02 +0100 (Tue, 09 Sep 2014)
New Revision: 1371

Modified:
   trunk/src/client/gags.c
   trunk/src/client/gags.h
   trunk/src/client/talker_privs.c
Log:
added pklong gag


Modified: trunk/src/client/gags.c
===================================================================
--- trunk/src/client/gags.c	2014-05-30 17:24:25 UTC (rev 1370)
+++ trunk/src/client/gags.c	2014-09-09 13:30:02 UTC (rev 1371)
@@ -528,3 +528,8 @@
 {
 	gag_wordrep(text,"heh ");
 }
+
+void gag_pklong(char *text)
+{
+	gag_wordrep(text,"disney ");
+}

Modified: trunk/src/client/gags.h
===================================================================
--- trunk/src/client/gags.h	2014-05-30 17:24:25 UTC (rev 1370)
+++ trunk/src/client/gags.h	2014-09-09 13:30:02 UTC (rev 1371)
@@ -26,6 +26,7 @@
 void gag_nosport(char *text);
 void gag_ack(char *text);
 void gag_hazelesque(char *text);
+void gag_pklong(char *text);
 
 /* maximum gag flag used */
 #define MAX_GAG_FLAG	6

Modified: trunk/src/client/talker_privs.c
===================================================================
--- trunk/src/client/talker_privs.c	2014-05-30 17:24:25 UTC (rev 1370)
+++ trunk/src/client/talker_privs.c	2014-09-09 13:30:02 UTC (rev 1371)
@@ -120,6 +120,10 @@
 	"You have just been switched to Hazelesque mode",
 	"You have just been De-Hazelesqued",
 	gag_hazelesque},
+{"pklong","pklong","De-pklong",
+	"You have just been made to love Disney",
+	"Your love of Disney has faded",
+	gag_hazelesque},
 {NULL, NULL, NULL, NULL, NULL, NULL},
 };
 




More information about the mw-devel mailing list