mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2009
Posts: 25
W
WKN Offline OP
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Feb 2009
Posts: 25
Hi!

Autojoining in Favorites is good for joining normal and password protected channels. But i think the possibility to autojoin channels which are +i (invite only) could be nice by having a property in the favorites dialog for let mirc presending a /chanserv invite #chan

So this property should have the entries Normal, By_key, or Invite

BR
WKN

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
The first problem that I see with this suggestion, is the fact that it presumes that chanserv is available.

Not all networks use chanserv, or even Anope services.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

Things like this are what scripts are for.

Joined: Feb 2009
Posts: 25
W
WKN Offline OP
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Feb 2009
Posts: 25
Hi,

i agree, that Chanserv is not available on all networks, but on these networks is an invite not nessesary. it should only be an option, maybe with own code like in Mouse properties.

Scripting is another possibility, could you make a guess for me?

Thanks
WKN

Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
Something based on
Code:
raw 473:*:{ msg chanserv invite $2 }
You may add checks like "if (r isincs $usermode)" etc.

Now a CS invite will only work if you've identified for that nick, which may take a second or two even if you use some auto-identify script (again no in-build feature). If you consider timers as workaround, please read this thread. A better choice could be the /autojoin -dN command.


Link Copied to Clipboard