Page 1 of 1

Req: kick = force join to another room

Posted: Wed Oct 04, 2006 3:05 pm
by T-rexke
hi can somebody give me a module that when you kick somebody they go to another room for a while?

Posted: Thu Oct 12, 2006 5:51 am
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.

Posted: Thu Oct 12, 2006 12:02 pm
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.

Posted: Thu Oct 12, 2006 5:10 pm
by Grunt
There is a module for channel mode +B, sorry about the confusion.

Posted: Sun Oct 15, 2006 7:20 pm
by White_Magic
wots it name and where can we find it :)

Posted: Sun Oct 15, 2006 7:32 pm
by Jobe
Its name if im correct is m_banlink and it can be found on the UnrealIRCd module site.

Posted: Mon Jan 22, 2007 8:34 am
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