(tie) (sol)

Code:
[/code]on *:text:*ss*:#news:{
  var %newstag = $right($left($gettok($1-,-1,32),-1),-1)
  if (%newstag == xyz || %newstag == abc) {
    scid 1 msg #allnews [ $+ $time(hh:nntt) $+ ] $1- :
    scid 1 msg #grabnews [ $+ $time(hh:nntt) $+ ] $1- }
  }
}[code]


Would I also be able to just add another on text if I wanted to add more (tags)

Last edited by danzigrules; 22/06/07 12:01 PM.