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.

lil` help or mega help

Old posts that have not been replied to for several years.
Locked
User avatar
K
Voice
Posts: 34
Joined: Wed Jan 28, 2004 7:31 pm
Location: Romania @sibiu
Contact:

lil` help or mega help

Post by K »

nedd a tcl with that have public commands like .k = kick ; .kb = kick ban ;
.v = voice me ; .o = op me ; .ub = unban and so on ..
thx
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Re: lil` help or mega help

Post by bobjuh »

dpgc wrote:nedd a tcl with that have public commands like .k = kick ; .kb = kick ban ;
.v = voice me ; .o = op me ; .ub = unban and so on ..
thx
Search tcl archive for public command script.
Stormbot a good public command script
User avatar
K
Voice
Posts: 34
Joined: Wed Jan 28, 2004 7:31 pm
Location: Romania @sibiu
Contact:

soory

Post by K »

i now public commands but they have !kick !ban !unban !op and i don't whant such commands i what like i saied first time
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

Image
just modify an existing script... shouldn't be that much work to replace some "!" with "."
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
User avatar
K
Voice
Posts: 34
Joined: Wed Jan 28, 2004 7:31 pm
Location: Romania @sibiu
Contact:

like that

Post by K »

yes but i don't now how to modify that;i now how to modify "!' and put "." but the commands stii remains like .kick .ban .unban .voice me .op me and i whant that.could somebody do that for me, and the posibility to add custom commands of your own ! thanks
a list of commands that i whant
.v = voice me
.v nick = voice nick
.o = op me
.o nick = op nick
.kb = kick ban
.kb banned = kick ban with "banned" reason
.ub = unban
.h = devoice all users
.m+ = set moderate
.m- = set moderate off
.t = topic
.l ? = sets limit ?
c
cvanmeer
Halfop
Posts: 40
Joined: Tue Dec 02, 2003 1:00 pm
Location: The Netherlands
Contact:

Post by cvanmeer »

in the tcl script: find for !kick and replace it with .k
it's that simple

you'll find the !kick near a 'bind' commando
for example:

Code: Select all

bind pub - !kick pub:kick
or something like that. otherwise find a tutorial for making tcl eggdrop scripts (try www.suninet.nl)

Chrizz
User avatar
K
Voice
Posts: 34
Joined: Wed Jan 28, 2004 7:31 pm
Location: Romania @sibiu
Contact:

replay

Post by K »

i whant i tcl for public commands and i don't find such a tcl and i whant you to ask if somebody could do so a tcl for me because i am novice and please please help me thanks
.v = voice me
.v nick1 nick2 ... = voice nick1 nick2 ...
.v- = unvoice me
.v- nick1 nick2 ... = unvoice nick1 nick2 ...
.o = op me
.o- = deop me
.o nick1 nick2 ... = op nick1 nick2 ...
.o- nick1 nick2 ... = deop nick1 nick2 ...
.kb = kick ban
.ub = unban
.h = devoice all users
.a = deop all useres
.m+ = set moderate
.m- = set moderate off
.i+ = set invite
.i- = set uninvite
.t = topic
.l = limit
w
wizzard

Re: lil` help or mega help

Post by wizzard »

bobjuh wrote:Search tcl archive for public command script.
Stormbot a good public command script
cvanmeer wrote:in the tcl script: find for !kick and replace it with .k
it's that simple

you'll find the !kick near a 'bind' commando
Image

just read :roll:
Locked