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.

Store host of nicks that quit IRC for a short period

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Re: Hello

Post by SpiKe^^ »

Gulio wrote:is possible to add and 1 options here in this script save host

set chtarget "#Test"

set chadmin "#Opers"

from channel #opers to use those triger command for main chan #Test same command how is for main channel so the staf can kick and ban and from #opers and this command to be used only from staf who stay in chan #opers


will be very usefull and helpfull , thx in advance
Please see the finished release version of this script at http://forum.egghelp.org/viewtopic.php?p=110144
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
G
Gulio
Halfop
Posts: 74
Joined: Sun Nov 01, 2020 11:53 am

Hello

Post by Gulio »

Spike^^ thx for the new option u added is work great and not errors
s
simo
Revered One
Posts: 1107
Joined: Sun Mar 22, 2015 2:41 pm

Re: Store host of nicks that quit IRC for a short period

Post by simo »

would anyone know of a way to edit this awesome code made by the late Spike^^ to basically check for any ban set on the nick in the [chanbans $chan] and clear it, i tried editing myselve but it seemed a bit complicated to do.

released version : http://forum.egghelp.org/viewtopic.php?t=20951

Basically to integrate this :

Code: Select all


foreach ban [chanbans $chan] { 
   if {[string match -nocase "stored nick!ident@host to check against channel ban list" $ban]} { 
     pushmode $ch -b "[lindex $ban 0]" 
     } 
  }
  

would be awesome and would make this nice code perfect.

Thanks in advance, Simo.
Post Reply