botlending forum  

Go Back   botlending forum > Eggdrop & TCL > Tcl scripting

Tcl scripting Tcl scripting related questions

Reply
 
LinkBack Thread Tools Display Modes
Old 24-09-2005, 21:39   #1 (permalink)
Junior Member
 
Tovarashii's Avatar
 
Join Date: Aug 2005
Location: Radauti, Jud. Suceava
Age: 25
Posts: 12
Rep Power: 0
Tovarashii is an unknown quantity at this point
Send a message via MSN to Tovarashii Send a message via Yahoo to Tovarashii Send a message via Skype™ to Tovarashii
Exclamation mirc scripting, mesajele cu /ame

as vrea si eu sa ma ajute cineva daca se poate pentru a avita mesajele de ame pe canalul de help.... ca nah ca tot omu care sta pe chat mai scapa si cate un /ame si uite asa mai apare un reply la lista de ABUSE

daca se poate rezolva cu ceva la remote sau ceva de genu asta sa fie si util si usor de folosit...!!! Multumesc pentru intelegerea acordata
Tovarashii is offline   Reply With Quote
Old 25-09-2005, 17:30   #2 (permalink)
Member
 
Kurupt's Avatar
 
Join Date: Jun 2004
Location: Hermannstadt
Age: 24
Posts: 108
Rep Power: 36
Kurupt will become famous soon enough
Send a message via Yahoo to Kurupt
Default

Pentru dezactivare /ame
codeDivStart()
Code:
alias ame { var %i = 1 | while ($chan(%i)) { if (!$istok(%excludechans,$chan(%i),44)) { describe $chan(%i) $1- } | inc %i } }
2. Ca sa adaugati #botlending unde sa nu mearga /ame :
codeDivStart()
Code:
 
//set %excludechans #botlending

1. Se pune in remote

2.Se da pe mirc


__________________
Owner of #ro-tcl
Kurupt is offline   Reply With Quote
Old 25-09-2005, 21:45   #3 (permalink)
Member
 
Kurupt's Avatar
 
Join Date: Jun 2004
Location: Hermannstadt
Age: 24
Posts: 108
Rep Power: 36
Kurupt will become famous soon enough
Send a message via Yahoo to Kurupt
Default

Asa pt mai multe canale
Code:
//set %excludechans #chan1,#chan2,#chan3
__________________
Owner of #ro-tcl
Kurupt is offline   Reply With Quote
Old 27-09-2005, 19:52   #4 (permalink)
TCB & Ratings projects Member, #Mythic representative
 
arcade's Avatar
 
Join Date: Jun 2004
Location: In fatza calculatorului!!
Age: 19
Posts: 221
Rep Power: 37
arcade is on a distinguished road
Send a message via Yahoo to arcade
Default

Quote:
Originally Posted by Kurupt
Asa pt mai multe canale
Code:
//set %excludechans #chan1,#chan2,#chan3
fiindk dak nu se inseala eu tre sa fie asa:
Code:
chan1, chan2, chan3
arcade is offline   Reply With Quote
Old 27-09-2005, 21:30   #5 (permalink)
Junior Member
 
UltraS99's Avatar
 
Join Date: Dec 2004
Location: Cu mata in dormitor
Age: 20
Posts: 46
Rep Power: 0
UltraS99 is an unknown quantity at this point
Default

Uitati aici un script pentru /ame :

/alias /ame { set %exclude #lmt,#botlending, | set %output $1- | set %x 1 | while (%x <= $chan(0)) { if ($chan(%x) !isin %exclude) { describe $chan(%x) %output } | inc %x 1 } }

modificati voi la canele ce vreti si merge garantat se da direct pe mirc cu /alias cum este scris mai sus
UltraS99 is offline   Reply With Quote
Old 01-10-2005, 00:18   #6 (permalink)
Junior Member
 
rulzmaker's Avatar
 
Join Date: Feb 2005
Location: Born in lust, turn to dust. Born in sin come on in. Born in vice, say it twice.
Posts: 2
Rep Power: 0
rulzmaker is an unknown quantity at this point
Send a message via ICQ to rulzmaker Send a message via MSN to rulzmaker Send a message via Yahoo to rulzmaker
Talking

facetzi si pt /amsg ceva :P e cam acelash lucru da' nu stiu ce sa pun in loc de describe
rulzmaker is offline   Reply With Quote
Old 09-10-2005, 13:30   #7 (permalink)
Junior Member
 
UltraS99's Avatar
 
Join Date: Dec 2004
Location: Cu mata in dormitor
Age: 20
Posts: 46
Rep Power: 0
UltraS99 is an unknown quantity at this point
Post /amsg

Un script pentru /amsg :

Asta de aici e doar pentru un canal

/alias /amsg { set %x 1 | while (%x <= $chan(0)) { if ($chan(%x) != #botlending) { msg $chan(%x) $1- } | inc %x 1 } }

Iar asta de aici e pentru mai multe canale

/alias /amsg { set %x 1 | while (%x <= $chan(0)) { if (($chan(%x) != #botlending) && ($chan(%x) != #anotherchan) && ($chan(%x != #yetanotherchan)) { msg $chan(%x) $1- } | inc %x 1 } }
UltraS99 is offline   Reply With Quote
Old 25-10-2005, 17:15   #8 (permalink)
Member
 
Freezed's Avatar
 
Join Date: Oct 2004
Age: 20
Posts: 177
Rep Power: 0
Freezed is on a distinguished road
Default

Eu zic ca regula mai tampita decat cu no /ame nu ati putut gasi.
Freezed is offline   Reply With Quote
Old 26-10-2005, 06:03   #9 (permalink)
Administrator

aka aqwzsx
 
Join Date: Jun 2004
Posts: 832
Blog Entries: 126
Rep Power: 3
UniversaliA is on a distinguished road
Default

Deacord ca e regula tampita, pentru ca previne o actiune tampita :) De ce toate canalele pe care sta un user si pe care nici nu face chat sa fie la curent cand el e away, on, ce mananca, ce face, ce muzica asculta, cu cine face sex etc etc.

Cred ca tema la orice /ame este irelevanta pentru majoritatea canalelor pe care sta user`ul. De exemplu pe botlending, vine cineva pentru help sau din curiozitate, si dupa ceva timp il vezi ca asculta muzica ceea, ca face aceea etc etc. Gasesc aceasta absurd, fiecare data sa ma uit pe canal cine si ce a scris si sa vad un /ame unui necunoscut ca el se plictiseste sau nu stiu ce.
UniversaliA is offline   Reply With Quote
Old 21-06-2006, 17:34   #10 (permalink)
Junior Member
 
Join Date: Dec 2005
Posts: 71
Rep Power: 0
krimson will become famous soon enough
Default

varianta 'grafica' realizata pe baza aliasului lui Kurupt. se actioneaza cu /noame

Code:
alias ame { 
  var %i = 1 
  while ($chan(%i)) { 
    if (!$istok(%exclude,$chan(%i),44)) { 
      describe $chan(%i) $1- 
    } 
    inc %i 
  } 
} 
alias addchan { 
  set %exclude $addtok(%exclude,$1,44) 
} 
alias delchan { 
  set %exclude $remtok(%exclude,$1,1,44) 
}
alias noame { $dialog(ame_dialog,ame_dialog) } 
dialog ame_dialog { 
  title "Anti /ame script" 
  size -1 -1 167 69 
  option dbu 
  list 1, 2 13 69 53, sort size vsbar 
  text "Channels currently added:", 3, 2 4 68 8, center 
  button "Exit", 2, 125 53 37 12, ok 
  button "Add", 4, 125 10 37 12 
  text "Add a channel to the current list", 5, 77 8 46 15, center 
  button "Remove", 6, 125 30 37 12 
  text "Remove a channel from the current list", 7, 77 26 46 21, center 
  box "Channels", 8, 74 1 90 48 
} 
on 1:DIALOG:ame_dialog:init:0:{ 
  didtok ame_dialog 1 44 %exclude 
} 
on 1:DIALOG:ame_dialog:sclick:4:{ 
  addchan $?="Insert a channel" 
  did -r ame_dialog 1 
  didtok ame_dialog 1 44 %exclude 
} 
on 1:DIALOG:ame_dialog:sclick:6:{ 
  delchan $did(1).seltext 
  did -r ame_dialog 1 
  didtok ame_dialog 1 44 %exclude 
}
krimson 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
#Mirc-Help xlmpq Botlending channels 5 19-12-2007 15:50
SubProject 'Coding/Scripting' UniversaliA Botlending projects 14 15-09-2007 08:20
mirc scripting [OFF TOPIC] Kurupt Tcl scripting 4 29-08-2006 11:15
mirc scripting, nick script for mirc Wolfie Tcl scripting 1 04-08-2006 19:12
mirc scripting, ban pentru in juraturi Tovarashii Tcl scripting 0 25-10-2005 17:50


All times are GMT +3. The time now is 11:16.


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