Skip to content
Buzzen Chat Network

Mirc Guest Ban Question

A TG007 community discussion started by CharmedOne.

Discussion 17 posts
Page 1 of 1
Open
Topic #14413 · 17 published posts · 8,369 views

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!

}

}
Edited Jun 5, 2010 4:51 PM by Fanfare

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.

Edited Jun 6, 2010 1:10 PM by SglCdnMade

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.

:oops: iv been looking at some of the codes on this post and my question ... is there a buzzen code where the guest can be banned before they can access the room ... as always thanks for any repies :D

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

if you want to ban guests from entering the room just ban them in access by /access # add deny >* 0 :Room Guest Ban

 

:oops: can I not added that in a mrc code as im not sure what you are asking me to do ... im sorry I dont understand what I read ... err0r thanks fella for your help and reply :D

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

you can also just put it in your channel popups

 

Ban Guests:/access # add deny >* 0 :Room Guest Ban

 

:lmaojump: as always err0r thank you fella ... it worked :D

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.. :unsure:

 

 

:lmaojump: 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 :lolwave: im just learning the Alphabet :P (this took me two hours to post) :lolwave:

:lmaojump: np fella ... you see it how you see it :D

Hi all!! I have no idea on how to ban guests or wanting to know their AKAs. I would love a simple answer to be able to a monitor to my site somehow someway. Help!! Thanks! :angel: I am so illiterate to many things as far as programming. sheesh. <bcry>