diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-07 15:15:47 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-07 15:15:47 +0200 |
commit | b478cfe67229c8eaa0085bb107507421a188cd12 (patch) | |
tree | 58c5e0bf0aee1b796efb4ac588aeecf65ccac080 /xchat-wdk.patch | |
parent | a8dce85bbbc67f41d47b30666e8f05874280ca30 (diff) |
add default user command IGNALL
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r-- | xchat-wdk.patch | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 9b73b779..fecbbcd3 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -589,7 +589,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/util.c xchat-wdk/src/com } diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.c xchat-wdk/src/common/xchat.c --- xchat-wdk.orig/src/common/xchat.c 2008-06-08 09:58:58 +0200 -+++ xchat-wdk/src/common/xchat.c 2010-08-26 15:53:53 +0200 ++++ xchat-wdk/src/common/xchat.c 2010-09-07 15:14:16 +0200 @@ -22,7 +22,6 @@ #include <time.h> #include <sys/types.h> @@ -607,6 +607,16 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.c xchat-wdk/src/co #include "plugin.h" #include "plugin-timer.h" #include "notify.h" +@@ -582,7 +581,8 @@ + "NAME DIALOG\n" "CMD query %2\n\n"\ + "NAME DMSG\n" "CMD msg =%2 &3\n\n"\ + "NAME EXIT\n" "CMD quit\n\n"\ +- "NAME GREP\n" "CMD lastlog -r &2\n\n"\ ++ "NAME GREP\n" "CMD lastl og -r &2\n\n"\ ++ "NAME IGNALL\n" "CMD ignore %2!*@* ALL\n\n"\ + "NAME J\n" "CMD join &2\n\n"\ + "NAME KILL\n" "CMD quote KILL %2 :&3\n\n"\ + "NAME LEAVE\n" "CMD part &2\n\n"\ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/common/xchat.h --- xchat-wdk.orig/src/common/xchat.h 2010-08-07 09:14:45 +0200 +++ xchat-wdk/src/common/xchat.h 2010-08-26 15:53:53 +0200 |