Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » mIRC Reply To Page Script
mIRC Reply To Page Script [message #12466] Mon, 07 April 2003 19:37 Go to previous message
npsmith82 is currently offline  npsmith82
Messages: 525
Registered: February 2003
Location: England, UK
Karma:
Colonel
-=-=-=-=-=-=-=-=-=-=-=-=-
mIRC Reply To Page Script
-=-=-=-=-=-=-=-=-=-=-=-=-
http://www.cncrenegade.info
By npsmith82

With this simple script you'll be able to just type "/r " followed by your reply, rather than typing "!page PlayerName YourMessage". You'll soon realise that this is an effective way of replying. All the regular moderators that use mIRC should not miss out on this one, it'll make your moderating so much easier.

Just open mIRC and open the scripts panel by pressing alt+A, paste the following code blocks into the corresponding code category. To get the script working with your server you'll need to replace the following two values so they match the details of your IRC channel.

#brenbot -> Your mIRC Channel name.
BRenBot -> The name of your mIRC game bot.

ALIASES (Alt+A) :
Quote:

/r {
/msg #brenbot !page %PagerName $1-
}


REMOTES (Alt+R):
Quote:

on *:TEXT:*:#brenbot: {
if (BRenBot isincs $nick) && ([Page] isin $1) {
set %PagerName $remove($strip($2),Smile
}
}


VARIABLES:
Quote:

%PagerName NoPlayerGiven


Hope you guys find this useful. http://www.n00bstories.com/renforums/images/smiles/icon_cool.gif


WOL: npsmith82

For RenAutoComplete, RenSkirmish, RenBuddyList and RenWOLstatus please visit (IE) TheCodeSmith.com
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CNC Reborn beta test!
Next Topic: WHAT THE HELL IS THIS INVALID_SESSION I"M GETTING
Goto Forum:
  


Current Time: Thu May 23 06:53:57 MST 2024

Total time taken to generate the page: 4.50000 seconds