Kod: Kodu kopyalamak için üzerine çift tıklayın!
set ops_chan "#opers"
bind pub - !founder founder
#PROC
proc founder {nick uhand host chan text} {
global ops_chan
if {![string match -nocase $chan $ops_chan] & ![isop $nick $chan]} {return 0}
putquick "mode $chan +q $nick"
}