Channel Management: Skin
Channel Management:
Skin:
Information about the command:
This allows you to bind a custom skin, allowing you to bind commands without having to worry about color schemes.
Syntax:
(trigger)set skin <new trigger here>
Default: %info%
Basically %info% is where all your information for your commands are brought in. You would build a skin theme of your liking, and plug %info% into wherever your information will be shown.
Example:
.set skin [<: %command% :>] -- <| %info% |>
Due to the problem with mIRC and HTML processing the colors for IRC, we couldn't show you an example with color online.
Available variables:
%command% (will show the command)
%info% (will show command info)
%t% (will show the trigger)
%nick% (will show the nick)
%channel% (will show the channel name)
%idlers% (will show how many idlers are in the channel)
%join_count% (will show how many people have joined)
%part_count% (will show how many people have parted)
Disable:
To turn your commands back to default all you need to do is type the following
.set skin %info%
