Thursday, December 16, 2010

Topic script

This is a topic script, it is not that good so please don't complain and fix what you need to. :P

COMMANDS:
!b
!m
!e
!a
!s

e.g.
!b Welcome to #channel
!m We are currently offline.
!e Get in queue and please do NOT P.M. ops
!a |
!s Off

--------

Welcome to #channel | We are currently offline | Get in queue and please do NOT P.M. ops | Bot status: Off



on *:TEXT:*:#: {
if ( $nick isop $chan && $1 == !b ) {
set %topic $2-
topic $chan %topic %divider %status %divider %end %divider %bot
}
if ( $nick isop $chan && $1 == !m ) {
set %status $2-
topic $chan %topic %divider %status %divider %end %divider %bot
}
if ( $nick isop $chan && $1 == !e ) {
set %end $2-
topic $chan %topic %divider %status %divider %end %divider %bot
}
if ( $nick isop $chan && $1 == !a ) {
set %divider $2
topic $chan %topic %divider %status %divider %end %divider %bot
}
if ( $nick isop $chan && $1 == !s ) {
set %bot Bot status: $2
topic $chan %topic %divider %status %divider %end %divider %bot
}
}


No comments:

Post a Comment