I have one chan and no have protection for this because my eggdrops can not join this because containts ascii codes .
This is my channel #ʞɔƞɟ.əɥʇ.ʇÉÉ¥Ê . Can help me that problem ? I want one tcl to make eggdrop to read this code... ex: Ïž Ú¤ Ф Ü” Üž etc... Or just make read #ʞɔƞɟ.əɥʇ.ʇÉÉ¥Ê for join in chan... (sorry for my english) .Thanks.
I try to install this patch ( patch -pl < exemple.patch ) but is not work, i get this error "patch: **** strip count l is not a number". Or this command for install this patch is incorrect ?
root@blu:/dev/shm/eggdrop1.6.19$ patch -p0 <eggdr.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- eggdrop1.6.18.original/src/main.h 2006-03-28 04:35:50.000000000
+0200
|+++ eggdrop1.6.18.utf8/src/main.h 2008-04-01 20:57:29.000000000 +0200
--------------------------
File to patch:
Well, you could always apply the patch manually...
The -p switch simply tells "patch" how much of the file-paths to trim off..
0 means keep as is, 1 means drop the first folder in the path, and so on..
From what you posted, patch looks for the file "main.h" at the relative location of "eggdrop1.6.18.original/src/" (translates to "/dev/shm/eggdrop1.6.19/eggdrop1.6.18.original/src/main.h"). Most likely, it should look for "src/main.h", and this is where -p1 comes in... It tells "patch" to drop the "eggdrop1.6.18.original" part...
Also make sure you're in the correct directory yourself when you issue the command (where you unpacked the source).
I downloaded eggdrop.1.6.18, and i put patch (eggdr.patch) in folder base, and i have install patch with this command "patch -p1 <eggdr.patch" , and result this :