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.

Search found 16 matches

by bwkzb
Sun Aug 07, 2022 6:07 pm
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21537

thanks a lot to everybody who help me :D
by bwkzb
Thu Aug 04, 2022 10:43 pm
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21537

I use it in unrealircd 5.2.4

thanks for answer :D
by bwkzb
Thu Aug 04, 2022 9:40 pm
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21537

Snotice shun

bind raw - *Shun added for* NOTICE snotice proc snotice {from keyword arg} { if {![string match -nocase "*shun added for:*" $arg]} { return } set nick [lindex [lindex [split $arg :] 1] 0] putserv "privmsg #shuned $arg" } bind pub o !shun pub:shun proc pub:shun {nick host hand cha...
by bwkzb
Fri Apr 19, 2019 4:00 pm
Forum: Scripting Help
Topic: doubt of code
Replies: 3
Views: 4620

Thank you very much for responding and sorry for the delay. and the variable so that the code reads the badwords of the reasons for the kicks in a .txt file as it would be set spy(home) "#canal1" set spy(chan) "#canal2" set words "scripts/bd/bdreason.txt" bind KICK -|- ...
by bwkzb
Tue Apr 09, 2019 12:32 am
Forum: Scripting Help
Topic: doubt of code
Replies: 3
Views: 4620

doubt of code

set spy(home) "#canal1" set spy(chan) "#canal2" set words { *banned* } bind KICK -|- "$spy(chan) *" spychan:kick proc spychan:kick { nickname hostname handle channel target reason } { global spy if {[string equal -nocase $channel $spy(chan)]} { putserv "PRIVMSG $s...
by bwkzb
Fri Mar 30, 2018 11:47 pm
Forum: Scripting Help
Topic: duda de codigo
Replies: 3
Views: 5751

ese es el codigo esta completo por si acaso saludos!! bind pub - !confirm confirm proc confirm {nick host hand chan arg} { global botnick set arg [lindex $arg 0] if {$chan != "#ayuda"} { putserv "NOTICE $nick :este comando solo sirve en #help" } else { putquick "ns confirm $...
by bwkzb
Wed Mar 21, 2018 11:45 pm
Forum: Scripting Help
Topic: duda de codigo
Replies: 3
Views: 5751

duda de codigo

bind pub - !confirm confirm proc confirm {nick host hand chan arg} { global botnick set arg [lindex $arg 0] if {$chan != "#ayuda"} { putserv "NOTICE $nick :este comando solo sirve en #help" } else { putquick "ns confirm $arg $nick" } } este codigo sirve para confirmar ...
by bwkzb
Thu Mar 23, 2017 1:12 am
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

Arnold_X-P wrote:si la tiene recuerda, este es un foro donde todos leen, y no todos saben editar. o el nombre del servidor quiero ver el nickser como funciona

el servidor esta echo en unrealircd servicios anope Xd
by bwkzb
Wed Mar 22, 2017 2:30 am
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

Que quieres lograr exactamente? Explicar en pocas palabras, tal vez pueda ayudar. gracias por la ayuda mira te explico tengo un tcl para qué los usuarios pidan host este tcl ejecuta varias opciones y tambien tiene badwords para restringir distintas palabras en su filtro. lo qué ando buscando es qué...
by bwkzb
Tue Mar 21, 2017 1:34 am
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

gracias por contestar spike^^ quite la linea global ya no salia el error pero no ejecutaba nada cambie estas lineas putmsg $chan [encoding convertfrom utf-8 "Lo siento \002$vhostnick\002, no tienes el nick registrado no puedes pedir host."];return} por putserv "PRIVMSG $::channel Lo s...
by bwkzb
Mon Mar 20, 2017 5:29 pm
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

<bot> [18:35] Tcl error in script for 'timer14':
<bot> [18:35] wrong # args: should be "global varName ?varName ...?"


gracias por responder bueno ese es el error qué me arroja
by bwkzb
Sat Mar 18, 2017 7:52 am
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

A) nick no registrado /ns info botayuda -NickServ(services@servicios.host)- El nick botayuda no está registrado. B) nick registrado /ns info ayudabot -NickServ(services@servicios.host)- ayudabot es bot -NickServ(services@servicios.host)- ayudabot es un Operador de Servicios -NickServ(services@servic...
by bwkzb
Fri Mar 17, 2017 5:49 pm
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

con el comando /msg nickserv info nick se ve si el nick esta registrado o no

gracias
by bwkzb
Wed Mar 15, 2017 12:37 am
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

Gracias por responder Arnold_x-p Me gustaria agregar una linea para que solo los nick registrados puedan pedir host Algo asi Ej <nickuser> !vhost host.none <bot> lo siento no tienes el nick registrado no puedes pedir host Algo asi recuerdo que se usa raw *307 Estuve improvisando pero me dio error xd
by bwkzb
Sun Mar 12, 2017 6:24 pm
Forum: Scripting Help
Topic: kick timer
Replies: 20
Views: 21149

gracias y para qué sea en 30 segundos
el timer se debe de cambiar por

utimer $::bantimevhost [list puthelp "MODE $::channel -b $checknick"]

???