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.

force user to part auto-join channel

Old posts that have not been replied to for several years.
Locked
m
mikey2
Voice
Posts: 19
Joined: Thu Aug 18, 2005 4:39 pm

force user to part auto-join channel

Post by mikey2 »

My server forces users to join a "lobby" when they connect to my server and channel. Is there a way to have the person part the lobby using tcl on my windrop?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

yes, /part
m
mikey2
Voice
Posts: 19
Joined: Thu Aug 18, 2005 4:39 pm

Post by mikey2 »

lol...

I guess I'm not explaining myself well. I want my bot to force a nick joining my channel to part the #lobby that my server forces the user to join.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

is your bot authorized to do that?
m
mikey2
Voice
Posts: 19
Joined: Thu Aug 18, 2005 4:39 pm

Post by mikey2 »

didn't think about that...
the answer to your question is most likely no. Guess the best way to do this, is get users to download my modified copy of mirc and use a mirc script to close the lobby channel.

As always...thanks.
User avatar
dusk
Halfop
Posts: 91
Joined: Sun Mar 06, 2005 7:25 pm
Location: Belgium

Post by dusk »

Maybe setting the channel +i would help? :p
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

dusk wrote:Maybe setting the channel +i would help? :p
irrelevant, such channels are usually under the control of those who force you to join them in the first place

my advice to the original poster is: ditch that crappy network and go chat on a free IRC medium
m
mindflow
Voice
Posts: 22
Joined: Thu Mar 10, 2005 11:14 am

Post by mindflow »

You can use sa-mode, but that means your bot need oper status.. not local, only global opers can use it..
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Any network that forces any user to join any channel against their will should be avoided. I personally think it's exceedingly lame.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
F
Figga
Voice
Posts: 6
Joined: Tue Aug 30, 2005 10:25 am

...

Post by Figga »

Oper the bot with minimum services admin flags and run a check on the channels its in to see if $nick (timed say every 3 mins) is in the auto join channel and the channel they have joined, if so /spart $nick $lobby-chan
Simple ;)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Re: ...

Post by demond »

Figga wrote:Oper the bot with minimum services admin flags and run a check on the channels its in to see if $nick (timed say every 3 mins) is in the auto join channel and the channel they have joined, if so /spart $nick $lobby-chan
Simple ;)
...and totally irrelevant, the guy's not admin
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Apart from the fact that the idiots exempt IRCOps from this forced crap.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked