Topic with two parts
Posted by DarkJFMan
Wednesday, September 28, 2005
Description: topic with info about 2 things you want
on *:TEXT:*:#yourchan: {
if ($1 == .cstopic) && ($nick isop $chan) {
set %cstopic $2-
//topic #yourchan Welcome to my channel CS: %cstopic - DoD: %dodtopic
}
elseif ($1 == .dodtopic) && ($nick isop $chan) {
set %dodtopic $2-
//topic #yourchan Welcome to my channel CS: %cstopic - DoD: %dodtopic
}
}