wonder if anyone knows that since the buzzen updates Moschino has no channel lister
it's because buzzen.net no longer redirects.. you need to change the buzzen.net to chat.buzzen.com
Open up GlobalSettings file in the data folder..
look for CHANLINK=www.buzzen.net
change to
CHANLINK=chat.buzzen.com
save/close/restart script.
Get information about ircWx here
To fix the open profile edit this alias to the below code
alias Open_Profile {
var %Nick = $$1, %PID = $$2
url http://chat.buzzen.com/profile.aspx?pid= $+ $$2
}
Get information about ircWx here
It's best not to use a socket to get profile to show. I would only use a socket to get information from a profile.
alias profile {
var %i $3
if (!%pid) { if (!%i) { PID $$2 } | inc %i | if (%i < 5) .timer 1 1 profile $$1 $$2 %i | return }
url http://chat.buzzen.com/profile.aspx?pid= $+ %pid
unset %pid
}
I really don't know what some of the above code is for but all you need to go to a profile is the user PID. You can try the above code.
Get information about ircWx here
Thanks error it works fine, much appreciated ![]()
Sign in to reply or start a new topic where your account has permission.