This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 7 matches

by xU
Fri May 25, 2007 11:33 am
Forum: Script Requests
Topic: Vip Script Based on Hosts ?
Replies: 15
Views: 8469

## set(s) ## ############ ## channels set chanvoice "#xU #qadsia" ## filename set filehost "hosts.txl" ## bind ## ########## bind join - * proc:join ## proc ## ########## proc proc:join { nick host hand chan } { global chanvoice txtfile if {([isbotnick $nick]) || (![botisop $chan...
by xU
Fri May 25, 2007 11:13 am
Forum: Scripting Help
Topic: script help
Replies: 8
Views: 4882

Code: Select all

bind pubm * sitetest_info 

proc sitetest_info {nick host handle channel text} { 
  set test [string toupper [lindex $text 1]]
  set test2 [string toupper [lindex $text 3]]
if { $test == "TEST" } { 
putquick "PRIVMSG $channel :TEST..." 
} 
by xU
Thu May 24, 2007 5:42 pm
Forum: Script Requests
Topic: X @ UnderNet login and verification
Replies: 5
Views: 3764

############################################## Date: 25May06 ############################ ## xU (Qadsia@hotmail.com WeArab: #Qadsia ######## login.tcl # ######################################################################################### ########################################################...
by xU
Thu May 24, 2007 5:36 pm
Forum: Script Requests
Topic: Idlekickcode
Replies: 16
Views: 9529

Code: Select all

  getchanidle <nickname> <channel>
    Returns: number of minutes that person has been idle; 0 if the
      specified user isn't on the channel
    Module: irc
by xU
Thu May 24, 2007 5:33 pm
Forum: Script Requests
Topic: /msg nick join and part
Replies: 20
Views: 10508

Hi, :D ############################################## Date: 25May06 ############################ ## xU (Qadsia@hotmail.com WeArab: #Qadsia ######## msg-part.tcl # ######################################################################################### ###############################################...
by xU
Thu May 24, 2007 5:02 pm
Forum: Script Requests
Topic: Vip Script Based on Hosts ?
Replies: 15
Views: 8469

hi paps, you can use script without read from file: ## set(s) ## ############ ## channels set chanvoice "#xU #qadsia" ## host voice ser hosts { "*@*.qualitynet.net" "*xU@*.WeArab.Knights" "*@qadsia.com" } ## bind ## ########## bind join - * proc:join ## proc #...
by xU
Thu May 24, 2007 4:07 pm
Forum: Script Requests
Topic: Gline if not in chans
Replies: 3
Views: 3077

Hi :D set chans "#abuse #opers #ops #bots #irc" bind join - * gline:join proc gline:join { nick host hand chan } { global chans if {([string match -nocase "*serv* $nick]) || ([isbotnick $nick])} {reutrn 0} foreach c $chans { if {([onchan $nick $c]) || ([info exists x])} {set x ok } el...