Alises Topic/Static/Status Script
- 0
- Add a Comment
This is a topic script for mIRC; paste it into the remotes section ( alt + r ). Triggers are /chanprepend, /chantopic, /chanowner, /chanverb, /chanstatus, /chanstatic, and /chandivider. Remember to change “YOUR CHANNEL HERE” to your channel.
; ––––––––––––––––––––––––––––––––––––––––
; Aliases Topic Script - Paste into aliases - coded by Jerry Smith
; http://www.jerrysmith.co.cc
; Don’t edit anything in here unless you REALLY know what you’re doing!
; ––––––––––––––––––––––––––––––––––––––––
on *:load: { set %custom.channel.topic #jerry }
chantopic {
set % [ $+ custom.channel.topic ] $+ .topic $1-
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]
}
chanowner {
set % [ $+ custom.channel.topic ] $+ .owner $1-
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]
}
chanverb {
set % [ $+ custom.channel.topic ] $+ .verb $1-
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]
}
chanstatus {
set % [ $+ custom.channel.topic ] $+ .status $1-
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]
}
chanstatic {
set % [ $+ custom.channel.topic ] $+ .static $1-
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]
}
chanprepend {
set % [ $+ custom.channel.topic ] $+ .prepend $1-
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]
}
chandivider {
set % [ $+ custom.channel.topic ] $+ .divider $1-
/topic %custom.channel.topic % [ $+ [ custom.channel.topic ] $+ .prepend ] : % [ $+ [ custom.channel.topic ] $+ .topic ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .owner ] % [ $+ [ custom.channel.topic ] $+ .verb ] % [ $+ [ custom.channel.topic ] $+ .status ] % [ $+ [ custom.channel.topic ] $+ .divider ] % [ $+ [ custom.channel.topic ] $+ .static ]
}
View the full post here.
Need support? Ask on the original blog post or in my support forums.
– Jerry Smith
“Your resident web geek”
