+ Reply to Thread
Results 1 to 5 of 5

Thread: canal privat, ban la join

  1. #1
    Junior Member OmnitroN is an unknown quantity at this point
    Join Date
    Sep 2005
    Age
    21
    Posts
    2
    Rep Power
    0

    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 !

  2. #2
    Member AdrianK is on a distinguished road
    Join Date
    Jun 2004
    Location
    Canada
    Age
    20
    Posts
    166
    Rep Power
    0

    Default

    Citeshte ce face !chanset +private de pe starbots.info. apoi citeshte
    http://forum.botlending.com/showthread.php?t=797

  3. #3
    Member lsn will become famous soon enough lsn's Avatar
    Join Date
    Jun 2004
    Location
    In the NeXuS
    Posts
    161
    Rep Power
    48

    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}

  4. #4
    Junior Member OmnitroN is an unknown quantity at this point
    Join Date
    Sep 2005
    Age
    21
    Posts
    2
    Rep Power
    0

    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}
    }

  5. #5
    Member Freezed is on a distinguished road Freezed's Avatar
    Join Date
    Oct 2004
    Age
    22
    Posts
    171
    Rep Power
    0

    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 11
    Last Post: 12-03-2007, 15:36
  2. botlending privat - new or old ?
    By Alexik in forum Botlending channels
    Replies: 20
    Last Post: 15-01-2007, 19:18
  3. Tcl de mesaje pe privat on join
    By arcade in forum Tcl scripting
    Replies: 3
    Last Post: 04-11-2005, 20:28
  4. setari de canal ?
    By lsn in forum #a&a
    Replies: 3
    Last Post: 21-10-2004, 14:48
  5. Canal d cursuri!!
    By arcade in forum #a&a
    Replies: 8
    Last Post: 11-07-2004, 23:22

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts