Search found 12 matches

by m0de
Fri Jul 04, 2003 10:47 pm
Forum: Archive
Topic: convert irc script -> tcl script
Replies: 2
Views: 1782

convert irc script -> tcl script

i've tried converting an irc script to tcl but i just end up screwing things up more. will someone please help me out with the converting? Heres the script: ;; Modified to use a website which gave explicit permission to use it ;; [WonID] ------- Text event on *:text:@wonid *:#script: { if ($2 !isnum...
by m0de
Sun Jun 29, 2003 11:26 pm
Forum: Archive
Topic: help with a line of my code
Replies: 2
Views: 945

thanks
by m0de
Sun Jun 29, 2003 7:17 pm
Forum: Archive
Topic: help with a line of my code
Replies: 2
Views: 945

help with a line of my code

ok first off heres the script: set tr "." set cc "." set nopub "#exz" bind pub m|m ${tr}setwebsite setweb bind pub -|- ${tr}Website Web proc setweb {nick host hand chan arg} { global url pathqstat cc nopub Website if {[lsearch -exact $nopub [string tolower $chan]] >= 0}...
by m0de
Sun Jun 29, 2003 6:24 pm
Forum: Archive
Topic: Member scripts
Replies: 2
Views: 1106

heres something i made:

Code: Select all

bind pub - .roster pub_roster

proc pub_roster {nick host handle channel text} { 
  putserv "PRIVMSG #exz :0,1*8eXistenZ0*0,1 rage, m0de, statiK, wind, HattaN, snip3, siLver 0,1*8Roster0*" 
} 
when someone types .roster in the channel #exz it shows the roster.
by m0de
Thu Jun 12, 2003 3:44 pm
Forum: Archive
Topic: simple question
Replies: 6
Views: 1411

thanks alot you replied right away :D lemme test it out..
by m0de
Thu Jun 12, 2003 3:30 pm
Forum: Archive
Topic: simple question
Replies: 6
Views: 1411

yes exactly
by m0de
Thu Jun 12, 2003 2:44 pm
Forum: Archive
Topic: simple question
Replies: 6
Views: 1411

when i type .getscrim de_test ours cal-m the bot replys "5v5 east de_test ours cal-m" same would go if i typed ".getscrim de_inferno YOURS cal-o" the bot replys "5v5 east de_inferno YOURS cal-o" hope that helps edit: i didnt include my bind code in the first post so her...
by m0de
Thu Jun 12, 2003 2:31 pm
Forum: Archive
Topic: simple question
Replies: 6
Views: 1411

simple question

im trying to write a simple proc for when i type: ".getscrim east de_map our server cal-m" the bot would reply in #calscrim "5v5 east de_themapientered our/their server and cal-m" hopefully i explained what im trying to do so that you can understand it just lemme know otherwise. ...
by m0de
Wed Jun 11, 2003 1:28 pm
Forum: Archive
Topic: Help writing a script
Replies: 4
Views: 1858

Do you know if there are any tutorials on using this script or anything that can help me to understand this more? Any kind of help is appreciated. Thx.
by m0de
Wed Jun 11, 2003 12:48 pm
Forum: Archive
Topic: Help writing a script
Replies: 4
Views: 1858

Thanks, i'll check it out.
by m0de
Wed Jun 11, 2003 12:33 pm
Forum: Archive
Topic: Help writing a script
Replies: 4
Views: 1858

no one can take 2 mins to help me? :(
by m0de
Mon Jun 09, 2003 11:39 am
Forum: Archive
Topic: Help writing a script
Replies: 4
Views: 1858

Help writing a script

hopefully someone can help me out here, im looking to create a script that checks the website www.gotfrag.com every x mins and when there is a new news post or a new demo it lets my channel know.. ive tried looking at other scripts that does this, but i just cant follow the code so now i turn to you...