This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
ORATEGOD
Halfop
Posts: 42 Joined: Mon Jun 08, 2020 5:50 pm
Post
by ORATEGOD » Sat Aug 21, 2021 10:05 pm
When a user who occupies a
mIRC Client join
#mIRC-Chat it assigns him the mode
+h
On @*:join:#mIRC-Chat :{
if $hget(ctcp_version,0).item > 10 { return }
.ctcp $nick version
hadd -mu20 ctcp_version $nick 1
}
On !*:ctcpreply:version *:{
if $hget(ctcp_version,$nick) {
if mIRC isin $2- && $nick isreg #chan {
mode #mIRC-Chat +h $nick
}
hdel ctcp_version $nick
halt
}
}
I appreciate your help ... have a great day
CrazyCat
Revered One
Posts: 1293 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Sun Aug 22, 2021 2:56 am
I already made you a script based on version: forum.egghelp.org/viewtopic.php?p=110098
You can use it as example, or just adapt it to add what you need