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 d0rk
Thu Mar 29, 2007 5:42 pm
Forum: Scripting Help
Topic: help with adding time to command
Replies: 1
Views: 1979

help with adding time to command

proc pub_.request {nick uhost hand channel rest} { proc proctimer {minute hour day month year} { .. } ; proc addtolist {nick userhost} {global yourlist; lappend yourlist $nick!$userhost} proc checkthelist {nick userhost} {global yourlist; if {[lsearch -glob $yourlist [stringtopattern $nick]!*]!=-1 ...
by d0rk
Tue Nov 14, 2006 8:17 am
Forum: Shell & Bouncer Help
Topic: vhost [SOLVED]
Replies: 8
Views: 16104

You can either use the dynamic IP your isp likely provides and use one of the free dynamic-dns services, such as zoneedit, or you can pay your isp extra for a static ip (although a few give you static ip for no extra charge, such as covad) Personally, I don't think it's worth the extra money for a ...
by d0rk
Mon Nov 13, 2006 9:03 pm
Forum: Shell & Bouncer Help
Topic: vhost [SOLVED]
Replies: 8
Views: 16104

i got a linux box up and running, but i dont want a company to host it :P i want to do it myself :P
by d0rk
Mon Nov 13, 2006 5:51 pm
Forum: Shell & Bouncer Help
Topic: vhost [SOLVED]
Replies: 8
Views: 16104

hmm, but i only got the domain, i need to do something more so i can use it as a vhost, but i dont know where i get a ip number :P where can i pay to get one? :P
by d0rk
Mon Nov 13, 2006 2:32 pm
Forum: Shell & Bouncer Help
Topic: vhost [SOLVED]
Replies: 8
Views: 16104

vhost [SOLVED]

Hello, i got a domain and i want to use it as a vhost, any can explain for me how i do this ?:P


thanks
by d0rk
Sat Nov 11, 2006 8:10 pm
Forum: Script Requests
Topic: Request bot
Replies: 2
Views: 2450

Looking for someone to code a request script that has the following: Onjoin notice which bots they can request. !request <botnick> #chan (can choose between 5dif bots) Need atleast 5ppl in the chan (scan for clones \ if more then 2clones the chan will be denied) when someone request a bot i want the...
by d0rk
Fri Nov 10, 2006 3:06 pm
Forum: Script Requests
Topic: Request bot
Replies: 2
Views: 2450

Request bot

Hello. Iam looking for a script like when someone type: !request <botnick> my bot named: <botnick1> should join the channel and check so it has atleast 4ppl and Q or L and if the channel pass that <botnick1> should part the channel and the bot they requested should join. Any1 know where i can find t...