View previous topic :: View next topic |
Author |
Message |
mikey2 Voice
Joined: 18 Aug 2005 Posts: 19
|
Posted: Thu Sep 08, 2005 3:54 pm Post subject: force user to part auto-join channel |
|
|
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? |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Thu Sep 08, 2005 5:58 pm Post subject: |
|
|
yes, /part |
|
Back to top |
|
 |
mikey2 Voice
Joined: 18 Aug 2005 Posts: 19
|
Posted: Thu Sep 08, 2005 6:20 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Thu Sep 08, 2005 7:45 pm Post subject: |
|
|
is your bot authorized to do that? |
|
Back to top |
|
 |
mikey2 Voice
Joined: 18 Aug 2005 Posts: 19
|
Posted: Fri Sep 09, 2005 2:31 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
dusk Halfop

Joined: 06 Mar 2005 Posts: 91 Location: Belgium
|
Posted: Mon Sep 12, 2005 1:38 pm Post subject: |
|
|
Maybe setting the channel +i would help? :p |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Mon Sep 12, 2005 3:56 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
mindflow Voice
Joined: 10 Mar 2005 Posts: 22
|
Posted: Mon Sep 19, 2005 11:22 am Post subject: |
|
|
You can use sa-mode, but that means your bot need oper status.. not local, only global opers can use it.. |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Wed Sep 21, 2005 8:27 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
Figga Voice
Joined: 30 Aug 2005 Posts: 6
|
Posted: Mon Sep 26, 2005 9:05 am Post subject: ... |
|
|
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  |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Mon Sep 26, 2005 9:21 pm Post subject: Re: ... |
|
|
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] tag when posting logs, code |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Thu Sep 29, 2005 7:21 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
|