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.

Hostserv

Old posts that have not been replied to for several years.
Locked
t
tjracker

Hostserv

Post by tjracker »

I am trying to create a login script for hostserv. The usual method for loging in is "/msg hostserv login username password" . I have tried editing other scripts to do this with no luck. I am less then green writing scripts but really want to have it login. Can anyone help? The eggdrop is on outsiderz network if thats of any help. It successfully logs in with nickserv but I cannot get it to log in with hostserv. Any info would help, Tia.
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

just add this in your server-init:

Code: Select all

puthelp "PRIVMSG hostserv :login <username> <password>"
Think to replace <username> and <password> with the correct values
Locked