Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

News Script

Recommended Posts

  • Administrators

Ok this script is very simple all you do is type
!post {newshere}

And it'll set what you replace {newshere} with as %news

Then when someone types !news
It'll say what you set for %news :D

Also only you can do it :D

 

on *:text:!news:#: {
  msg $chan News: %news 
}

on *:text:!post*:#: {
  if ( $nick ==  YOURNICKNAMEHERE ) {
    set %news $2- < Posted by $nick >
  }

 

By Trav

Link to comment
Share on other sites



×
×
  • Create New...