botlending forum  

Go Back   botlending forum > Eggdrop & TCL > Tcl scripting

Tcl scripting Tcl scripting related questions

Reply
 
LinkBack Thread Tools Display Modes
Old 23-10-2005, 23:46   #1 (permalink)
Junior Member
 
Join Date: Sep 2005
Age: 19
Posts: 2
Rep Power: 0
OmnitroN is an unknown quantity at this point
Exclamation canal privat, ban la join

as dorii un script care sa nu lase pe un anumit canal sa intre decat nick-uri presetate adik care le scriu in script ,iar la restul nickurilor sa dea kick !
va rog mult sa ma ajutati !


Multumesc anticipat !
OmnitroN is offline   Reply With Quote
Old 24-10-2005, 00:06   #2 (permalink)
Member
 
Join Date: Jun 2004
Location: Canada
Age: 18
Posts: 141
Rep Power: 0
AdrianK is on a distinguished road
Default

Citeshte ce face !chanset +private de pe starbots.info. apoi citeshte
private
AdrianK is offline   Reply With Quote
Old 25-10-2005, 18:48   #3 (permalink)
lsn
Member
 
lsn's Avatar
 
Join Date: Jun 2004
Location: In the NeXuS
Posts: 160
Rep Power: 37
lsn will become famous soon enough
Default

si la proc a:bind:joins
Code:
[channel get $chan voice] && [botisop $chan] } {pushmode $chan +v $nick}
pui sa arate asa
Code:
[channel get $chan voice] && [botisop $chan] } {pushmode $chan +v $nick} elseif {
[channel get $chan private] } {if {![check:fo:ch [nick2hand $nick] $chan $nick]} {newchanban $chan *!${uhost} ${username} "this is a \002+private\002 channel, please go away" [channel get $chan ban-time] sticky}
lsn is offline   Reply With Quote
Old 26-10-2005, 17:26   #4 (permalink)
Junior Member
 
Join Date: Sep 2005
Age: 19
Posts: 2
Rep Power: 0
OmnitroN is an unknown quantity at this point
Default

FREEZED dar partea asta unde o pun ? fac un tcl si ii dau load k la un script ?

Code:
setudef flag private
bind join -|- * join:private 

proc join:private {nick uhost hand chan} {
	global username
	
	if {[channel get $chan private] && [botisop $chan] && ![matchattr $hand vf|fvom $chan]} { newchanban $chan [a:maskhost -host $uhost] $username "Private Chan!" [channel get $chan ban-time] sticky}
}
OmnitroN is offline   Reply With Quote
Old 26-10-2005, 18:03   #5 (permalink)
Member
 
Freezed's Avatar
 
Join Date: Oct 2004
Age: 20
Posts: 177
Rep Power: 0
Freezed is on a distinguished road
Default

Da... sau o pui in core la sfarsit, sau unde crezi tu ca e mai bine. O poti pune fie in interiorul unui fisier a&a, fie ca un script separat.
Freezed is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
botlending privat - new or old ? Alexik Botlending channels 20 15-01-2007 20:18
[Abuse] #e&e abuse .. take pe canal #Destin Destin Botlending channels 8 02-08-2006 00:05
[Correct script] Tcl de mesaje pe privat on join arcade Tcl scripting 3 04-11-2005 21:28
setari de canal ? lsn #a&a 3 21-10-2004 15:48
Canal d cursuri!! arcade #a&a 8 12-07-2004 00:22


All times are GMT +3. The time now is 12:17.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.