Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Other » mIRC script
mIRC script [message #107041] Wed, 11 August 2004 00:12 Go to previous messageGo to previous message
by_ruddles is currently offline  by_ruddles
Messages: 101
Registered: September 2003
Location: UK
Karma:
Recruit
Here is a quick one I knocked together 2 minutes ago. Its basic, and pages people even if they are kicked (nothing like rubbing someones face in it is there). If you want to make it better just google for mIRC script tutorials, there are plenty around.

on *:TEXT:*joined the game*:#fact.renegade {
  if ($nick == FACTGod) {
    msg $chan !page $2 Welcome to FACT Renegade servers
  }
}

on *:TEXT:*left the game*:#fact.renegade {
  if ($nick == FACTGod) {
    msg $chan !page $2 Thank you for playing on FACT Renegade Servers
  }
}


just change #fact.renegade to whatever IRC channel you are using, FACTGod to whatever your brenbot is called. and "Thank you....." to the message you want. (only tested the on join one though.)


My BRenBot Control Pannel: BRCP .
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Whats the mIRC script to auto authenticate in mIRC?
Next Topic: renegade mIRC scripts
Goto Forum:
  


Current Time: Sun Oct 06 05:29:24 MST 2024

Total time taken to generate the page: 0.01131 seconds