Jump to content

Guest +v


wizard1970

Recommended Posts

Guest Travis

What is the problem exactlY?

 

Guests mean they are not authenticated with the server which means there is no gender information for them ... just a guess at your question .

Edited by Travis
Link to comment
Share on other sites

ok

I will try to explain better

in my room i have the mode +m but the word guest not appears before the nick, only the nick without a male...female....etc...

Is there any solution?

 

on *:JOIN:#: {

if (> isin $nick) {

set -u185 %specnick. [ [ $nick ] ]

msg # $replace($nick,>,Guest_) $+ , You have 3 minutes to ask any questions, after which you can observe the room as a spec

.timerspec 1 180 mode $!comchan($me,1) -v %specnick. [ [ $nick ] ]

}

}

on ^*:part:#: {

unset %specnick. [ [ $nick ] ]

}

on ^*:kick:#: {

unset %specnick. [ [ $knick ] ]

 

}

 

Link to comment
Share on other sites

Guest Travis

on *:JOIN:#: {

if (>* iswm $nick) {

msg # $replace($nick,>,Guest_) $+ , You have 3 minutes to ask any questions, after which you can observe the room as a spec

.timerspec 1 180 $iif($nick ison $eval(#,0),mode $eval(#,0) -v $nick)

}

}

Link to comment
Share on other sites

Guest Travis

Well yeah, you didn't say what you wanted. So now I have to ASSUME you want joins to show Guest_NIckname.

 

Two ways you can do that, write it in your theme or change it in the sockread event then send it to the local socket.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...