Coders-IRC
IRC for Coders

GIRC v2.1

So I've written a review on Coders-Resources and now I'm doing one here about the GIRC v2.1 script.For me its a great script and has quite a lot of features for every use. It's great for server admin and IRCop's and general users, has something for everyone and you can go from light to darker versions themes.I'm impressed with d0wn and how well he made this script shows a lot of details and a lot of coding and heart in his script. I give it a 4 star's ⭐⭐⭐⭐

Merry Christmas

Merry Christmas to AllAs
the end of the year rapidly approaches, here at coders-irc would
like to take this opportunity to wish you and your family a safe and
restful holiday.

Invite script v1.0

; Invite Script v1.0 - by entropy 2020 - updated: 6/19/20
; Change: \"#test\" to the channel you want it to work on
; Then: !i <nickname>
; RAWs for /INVITE
raw 443:*:{ if (%x_nick) { .notice %x_nick $2 is already on $3 | halt } }
raw 341:*:{ if (%x_nick) { .notice %x_nick $qt($2) has been invited to $3 | halt } }
raw 401:*:{ if (%x_nick) { .notice %x_nick No such nickname $qt($2) on IRC | halt } }
; Events for /INVITE
on *:input:#test:{ if (!i * iswm $1- && $server)...