Req: kick = force join to another room

These are old archives. They are kept for historic purposes only.
Post Reply
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Req: kick = force join to another room

Post by T-rexke »

hi can somebody give me a module that when you kick somebody they go to another room for a while?
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

You can use channel mode +B, which works kinda how you want it.

If you set

Code: Select all

/mode #mychannel +B #channel2
, if you ban someone in #mychannel, and he tries to rejoin, he will be sent to #channel2 instead, if he still is banned in #mychannel.
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

And which module provides channel mode +B since it doesnt appear on the list of channel modes for UnrealIRCd in the documentation. There is however a chann el mode +L which when set sends users to a specified channel if the channel its set on is full.
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

There is a module for channel mode +B, sorry about the confusion.
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

wots it name and where can we find it :)
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Its name if im correct is m_banlink and it can be found on the UnrealIRCd module site.
Shining Phoenix
Posts: 21
Joined: Sun Dec 17, 2006 4:36 am

Post by Shining Phoenix »

And/or use m_hostforward, it adds extban f:

/mode #chan +b ~f:#chan2:n!u@h

Then you can forward different users onto different channels, or use +b ~f and the effect of +B to forward the banned user into two channels...I love that combo >:D
Post Reply