]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- outdated
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 6 May 2003 13:40:02 +0000 (13:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop1.6.13-autobotchk.patch -> 1.3

eggdrop1.6.13-autobotchk.patch [deleted file]

diff --git a/eggdrop1.6.13-autobotchk.patch b/eggdrop1.6.13-autobotchk.patch
deleted file mode 100644 (file)
index fa1a6e0..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- eggdrop-1.6.10.orig/scripts/autobotchk
-+++ eggdrop-1.6.10/scripts/autobotchk
-@@ -135,12 +135,12 @@
-   puts " *** ERROR: unable to open the file, permission denied"
-   puts ""
-   exit
-- } elseif {![file exists $dir/help] || ![file isdirectory $dir/help]} {
--  puts " *** ERROR: are you sure you are running from a bot directory?"
-+ } elseif {![file exists /usr/share/eggdrop/help] || ![file isdirectory /usr/share/eggdrop/help]} {
-+  puts " *** ERROR: can't find /usr/share/eggdrop/help!"
-   puts ""
-   exit
-- } elseif {![file exists $dir/$binary]} {
--  puts " *** ERROR: are you sure you are running from a bot directory?"
-+ } elseif {![file exists /usr/bin/eggdrop]} {
-+  puts " *** ERROR: can't find /usr/bin/eggdrop!"
-   puts ""
-   exit
-  }
-@@ -194,7 +194,7 @@
- botdir=\"$dir\"
- # change this to the name of your bot's script in that directory:
--botscript=\"$binary $x\"
-+botscript=\"$x\"
- # change this to the nickname of your bot (capitalization COUNTS)
- botname=\"${botnet-nick}\"
This page took 0.111467 seconds and 4 git commands to generate.