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.

Vhost

Old posts that have not been replied to for several years.
Locked
c
ctn|chrisw
Voice
Posts: 10
Joined: Sat May 31, 2003 4:59 pm

Vhost

Post by ctn|chrisw »

Hi, I was wondering if anyone knew of a script where I can set my bot as oper and it will let people message it a vhost they want, and it will remember their ip/hostname and when they connect set it, and require them to keep it for a week unless an ircop deletes it or something like that?
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

it perfroms the logons on server connect

Code: Select all

bind EVNT - init-server vhost:init

proc vhost:init init-server { 
putserv "vhost login pass"
putserv "oper login pass"
}
Locked