mIRC Home    About    Download    Register    News    Help

Print Thread
#242526 29/07/13 11:08 AM
Joined: Dec 2012
Posts: 11
D
DM__ Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2012
Posts: 11
mIRC should -somehow- handle the q chanmode used by charybdis ircd (ircd-seven in freenode) because currently this list is invisible in mIRC.
Perhaps merge it with the ban list with a (q) symbol in the front and make the buttons 'Edit' and 'Remove' use +q accordingly?

For example:

<- :adams.freenode.net 728 me #defocus q $a:A_B0Y gry!~gry@freenode/staff/gry 1366178325
<- :adams.freenode.net 728 me #defocus q $r:ucalgary.ca dax!~dax@freenode/staff/dax 1357611989
<- :adams.freenode.net 728 me #defocus q $a:dioz dax!~dax@freenode/staff/dax 1355427935
<- :adams.freenode.net 728 me #defocus q $a:Sarajevo dax!dax@freenode/staff/dax 1353413231
<- :adams.freenode.net 728 me #defocus q eir!*@freenode/utility-bot/eir adams.freenode.net 1331388334
<- :adams.freenode.net 729 me #defocus q :End of Channel Quiet List

ISUPPORT; CHANMODES=eIbq

+q - Quiet. Prevents a user from sending to the channel or changing nick, based on a nick!ident@host match. PARAMS: /mode #channel +q nick!user@host.

Also see here: http://savannah.nongnu.org/task/?12278

And this patch here: http://www.stack.nl/~jilles/cgi-bin/hgwebdir.cgi/charybdis/rev/1c4c0f42b6ba

Joined: Feb 2011
Posts: 448
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 448
https://forums.mirc.com/ubbthreads.php/topics/239283/Channel_Central_Add_quiet_butt#Post239283

They have not used that hg repo since 2010 as they are now on github Commit

Joined: Dec 2012
Posts: 11
D
DM__ Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Dec 2012
Posts: 11
Originally Posted By: KindOne
https://forums.mirc.com/ubbthreads.php/topics/239283/Channel_Central_Add_quiet_butt#Post239283

They have not used that hg repo since 2010 as they are now on github Commit


No response from Khaled there, no response here either. smirk

Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
I normally do not reply to a post if other posters have posted reasonable replies. I agree with Riamus2 and KindOne in the previous post, in that there is no standard and that different ircds use different modes and numerics for this feature.

Although I could cater for this by checking the ircd version on connecting to the server and interpreting the modes and numerics differently based on that, this is something I generally try to avoid. At one point, I was adding custom behaviour for different ircds (and for different versions of an ircd) regularly but it became so messy (I think I stopped after catering for around twenty different ircd versions), I decided instead to focus on adding support for numeric 005 tokens in the hope that this would lead to more standard behaviour.

There are probably quite a few modes/lists that different ircds support that I could add to channel central but would require custom code for each ircd.


Link Copied to Clipboard