Ok i got a friend they ae using just a mirc o connect to buzzen. my guest ban works or them on one of their pcs but it dosent work in same mirc on a different pc which has windows 7. Is there a guest ban that will work on windows 7??????????
Try this:
on @*:join:#:{
if $regex($nick,/^\x3E/) {
kick # $nick No Guests!
}
}
Ok i got a friend they ae using just a mirc o connect to buzzen. my guest ban works or them on one of their pcs but it dosent work in same mirc on a different pc which has windows 7. Is there a guest ban that will work on windows 7??????????
We don;t know what your guest ban looks like. I don't see why something simple like,
if (^* iswm $nick) kick # $nick
wouldn't work. It's definitely faster than regex.
Well, I don't think speed will make much of a difference. Yes, that will do it, but I was giving her an alternative so she can try it for herself and see which works. She did mention she already has a guest kick code (which I think it's the one you've provided, Travis) that won't kick for some odd reason.
Ok i got a friend they ae using just a mirc o connect to buzzen. my guest ban works or them on one of their pcs but it dosent work in same mirc on a different pc which has windows 7. Is there a guest ban that will work on windows 7??????????
Hey CharmedOne. Great to see you. If you will, can you please post your code, and we'll see what we can do to help. ![]()
I use the below code to kick Guests on Buzzen.
on @*:join:#:{
if (< == $left($nick,1)) {
kick # $nick : -<[ Please Register Here: http://www.buzzen.com/passport/reg.php . ]>-
access # add DENY $$address($nick,1) 0 : -=[ Guest Ban ]=-
}
}
I edited the original post to add the ban in the code.
Well the issue isnt that she doesn't have a guest kick. The issue is her guest kick supposedly doesn't work on Windows 7. So to really help Amy we need to see the code.
if you want to ban guests from entering the room just ban them in access by /access # add deny >* 0 :Room Guest Ban
Get information about ircWx here
In the channel in which you have +q or +o, type the following into your edit box.
//access # add deny >* 0 :Room Guest Ban
That will add a guest ban to access where a guest will not be able to join, receiving a "ban message" on join.
Stupidity is a metric of success.
you can also just put it in your channel popups
Ban Guests:/access # add deny >* 0 :Room Guest Ban
Get information about ircWx here
he only edited the conn to work with vibesn from sparkpea
Get information about ircWx here
I find it a bit odd that you can write connections but cant understand something as simple as a guest ban!?! Sorry but that just seems a bit wierd lol..
as err0r sed all I did was mess with the old spcn connection I found in my files and edited to work in vibesn and tested it and thought why not upload it ... as for understand thinks in text as I dont reads to well sometimes I dont pick text up that well and other times I do ... you can see why I played games in here so long
im just learning the Alphabet
(this took me two hours to post) ![]()
Sign in to reply or start a new topic where your account has permission.