This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

wont let me use somehting after "`" in nick (ex. n

Old posts that have not been replied to for several years.
Locked
d
dmx9595

wont let me use somehting after "`" in nick (ex. n

Post by dmx9595 »

it will not let me add a friend that i need to add ,
.chhandle TF-SpeeD` TF-SpeeD`r
#****# chhandle TF-SpeeD` TF-SpeeD`r
Changed.
TF-SpeeD` yes 0 f 02:10 (*****)

it doesnt like the "r" after "`" for sum reason.. is there a way around this please? im using the most reecent eggdrop version running eggdrop v1.6.12 if i try just adding him instead of changing handle still doesnt work.. even if i edit the users manuely text file it changes it back.. to TF-SpeeD` without r.. please help

(i stared that out)
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

The problem is that eggdrop by default supports handles that are 9 chars long, and the handle you want has 10 chars.
If you want, edit the file eggdrop.h in your eggdrop1.6.12/src/ dir and change

Code: Select all

#define HANDLEN                9
(line 57) to 10 or more.
That should solve your problem
MaSsKilla

#eggdrop
Undernet
d
dmx9595

Post by dmx9595 »

k thx , i edited it , but at the top it says if u change anything here u need to reconpile , im kinda new to linux which step is the reconpile? ./configure , make or make install , and says reconpile step is ./configure then would i always have to make and make install again? thx
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

You can just do make, then make install. You might need to make config between those two, not sure if the modules need to be recompiled for that or not. Surely doing all three will not hurt anything, although it may be unnessesary.
d
dmx9595

Post by dmx9595 »

got it fixed , thx guys ;)
d
dmx9595

Post by dmx9595 »

oh ya and i was wondering if there were any flags with less access to commands
like
m master (user is a bot master)
n owner (user is the bot owner)
t botnet master (user is a botnet master)
x xfer (user has file-area access)
j janitor (user is a file-area master)
p party-line (user has party-line access)

are all high access to the bots commands (master,owner,fileaccess) where all the ones with lower access to the bots commands

because theres a lot of unsafe stuff i dont wanna give them much access
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

Read .help whois! That will give you the list of all the flags with their description (like you pasted).
Or you can always rebind the commands to what you like (example: ident and hello commands in complete config file).
MaSsKilla

#eggdrop
Undernet
d
dmx9595

Post by dmx9595 »

sorry dont think i was to clear , i know that command but what i mean is

master,owner,complete control are all so very high access to bots comands where are all the smaller access to bots commands

( or when u like add a freind or auto voice does that give them some commands ? ) < maybe thats what i didnt relize..
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Use the command ".binds dcc all"

It will list the name of the commands, how many times it has been triggered, and the channel or global flags required to trigger it (note, some command rely on other checks in the code, thus these flags do not mean the user will have access).
d
dmx9595

Post by dmx9595 »

oh i see now , thanks guys :D
Locked