Skip to content

Instantly share code, notes, and snippets.

View westor7's full-sized avatar
🏠
Working from home

westor westor7

🏠
Working from home
View GitHub Profile
@westor7
westor7 / check_buildin.mrc
Last active April 12, 2023 19:12
Check for AdiIRC build-in Identifier/Command for Koragg
ON *:START: { get_buildin }
ON *:SOCKOPEN:adiirc_buildin_identifiers: {
if ($sockerr) { echo 4 -at Error: Could not connect to the server to retrieve adiirc build-in identifiers list! | return }
sockwrite -nt $sockname GET /projects/adiirc/wiki/Scripting_Identifiers HTTP/1.1
sockwrite -nt $sockname Host: $sock($sockname).addr
sockwrite -nt $sockname Connection: Close
sockwrite -nt $sockname $crlf
}
@westor7
westor7 / badwords.mrc
Last active March 20, 2021 03:03
Badwords Protection for Kendy
; --- Settings ---
alias -l badwords_chan { return #msl }
alias -l badwords_file { return badwords.db }
alias -l badwords_ban_time { return 3600 }
alias -l badwords_ban_type { return 2 }
alias -l badwords_ban_kick_message { return Do NOT use badwords here! }
; --- Settings ---
@westor7
westor7 / wmm.mrc
Created August 4, 2017 16:41
WESTOR Module Manager
/*
########################################
# WESTOR Module Manager #
# v4.0 - (01/08/2017) #
# Thanks Supporters #
########################################