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.

i need a script, help me

Old posts that have not been replied to for several years.
Locked
User avatar
duofruo
Halfop
Posts: 94
Joined: Thu Oct 23, 2003 3:17 pm
Location: Ploiesti@.ro
Contact:

i need a script, help me

Post by duofruo »

Hy, i need a script that will allow to use the chanset commands, from a public command, like !chanset food-chan 0:0


Thx ...
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Code: Select all

bind pub m|m !chanset set:chan

proc set:chan {nick uhost hand chan arg} {
channel set $chan [join [lrange [split $arg] 0 end]]
puthelp "NOTICE $nick :set \002[join [lrange [split $arg] 0 end]]\002 on \002$chan\002"
}
User avatar
duofruo
Halfop
Posts: 94
Joined: Thu Oct 23, 2003 3:17 pm
Location: Ploiesti@.ro
Contact:

Post by duofruo »

I used in channel this command
<DuoFruo> !chanset flood-chan 0:0
and i ge this in dcc
<colt^protect> [10:50] Tcl error [set:chan]: illegal channel flood type: flood-chan 0:0
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

[09:58] <DuoFruo> anyone can help me whith a tcl script ?
[10:05] <onkko> sure
[10:05] <onkko> just ask your question
[10:05] <DuoFruo> Tcl error [set:chan]: illegal channel flood type: flood-chan 1:1


......

[10:43] * DuoFruo (radu@Duo-Fruo.users.quakenet.org) has joined #eggdrop.support
[10:43] <DuoFruo> i fixed the problem whith the manuals, yhax a lot
[10:43] <DuoFruo> bye
[10:43] * DuoFruo (radu@Duo-Fruo.users.quakenet.org) has left #eggdrop.support
Locked