Top

News Script


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  1.5 (of 2 scores)
Date Added  May 28, 2007
Last Updated  May 28, 2007
Tags  botnews  news 

Introduction

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

Grab the Code

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

Comments

  (2)  RSS
Chevy
Comments: 23
 
mIRC Snippet:  News Script
Posted on May 29, 2007 3:08 am
That will only hold one News:
And you can make it to hold more.
Also:Your Trigger Command !News Members Will Be Able To Flood You With That Command So Why Not Make A Halting On It So $nick will only be able to hit once. And....The !Post <Msg Here> For if ( $nick == YOURNICKNAMEHERE ) { Will Not Work Properly Being A ! Command Start So Why Not Make It /Post <Msg Here> So It Will Read Correctly And Also Be Able To Pick Up $nick In The Message.

But Its not bad...Just Work On It Some.
Zeroodemon
Comments: 18
 
mIRC Snippet:  News Script
Posted on May 31, 2007 9:33 pm
Yeah, cool idea though.

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom