| mIRC script [message #106961] | 
			Tue, 10 August 2004 15:44   | 
		 
		
			
				
				
				
					
						  
						Bl00dAng
						 Messages: 36 Registered: August 2004 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	
		What's the script that when you join a game and leave a game, the bot pages you, IE - 
 
 Join game - Welcome to Bi0Srv1, enjoy your visit! 
 
 Leave game - Thank you for playing on Bi0Srv1, come again! 
 
If you know that script, please post it here!
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107041] | 
			Wed, 11 August 2004 00:12    | 
		 
		
			
				
				
				  | 
					
						  
						by_ruddles
						 Messages: 101 Registered: September 2003  Location: UK
						
	Karma: 0
 
					 | 
					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 .
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	
		
		
			| mIRC script [message #107069] | 
			Wed, 11 August 2004 05:48    | 
		 
		
			
				
				
				
					
						  
						dead6re
						 Messages: 602 Registered: September 2003 
						
	Karma: 0
 
					 | 
					Colonel  | 
					 | 
		 
		 
	 | 
 
	
		Cat998: Even so, what happens if you add a 3 second timer. Which is what i would do cuz otherwise u may not get the msg! 
 
Try 
 
on *:TEXT:*joined the game*:#<chan>: { 
  if ($nick == <nick>) { 
    timerjoin $+ $2 1 3 msg $chan !page $2 <message>
  } 
} 
on *:TEXT:*left the game*:#<chan>: { 
  if ($nick == <nick>) { 
    timerleft $+ $2 1 3msg $chan !page $2 <message>
  } 
}  
 
 
Replace: 
<chan> - Chan - #help 
<nick> - Nick - Nick who reports to irc 
<message> - Message - What to message the player
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107086] | 
			Wed, 11 August 2004 08:13    | 
		 
		
			
				
				
				
					
						  
						Bl00dAng
						 Messages: 36 Registered: August 2004 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	
		Ok....and what type of script is that? 
 
Remote? 
Alias? 
etc..
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107088] | 
			Wed, 11 August 2004 08:38    | 
		 
		
			
				
				
				  | 
					
						  
						by_ruddles
						 Messages: 101 Registered: September 2003  Location: UK
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	
		Remote.  Anything with something like ON:TEXT:*:* in it is a remote.
		
		
  My BRenBot Control Pannel: BRCP .
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107200] | 
			Wed, 11 August 2004 18:28    | 
		 
		
			
				
				
				
					
						  
						Bl00dAng
						 Messages: 36 Registered: August 2004 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	
		<nick> - Nick - Nick who reports to irc 
 
what do u mean by that?
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	| 
		
 | 
	
		
		
			| mIRC script [message #107517] | 
			Thu, 12 August 2004 18:55    | 
		 
		
			
				
				
				
					
						  
						Bl00dAng
						 Messages: 36 Registered: August 2004 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	| 
		Okay, now one more script, what is the script that when a certain play joins. if there name or part of there name is in the file, it auto temps them?
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107531] | 
			Thu, 12 August 2004 19:20    | 
		 
		
			
				
				
				
					
						  
						Bl00dAng
						 Messages: 36 Registered: August 2004 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	| 
		well i put in that scrip and it dont work! can u help
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107574] | 
			Fri, 13 August 2004 04:03    | 
		 
		
			
				
				
				
					
						  
						WNxPunk
						 Messages: 34 Registered: February 2004 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	
		on *:TEXT:*joined the game*:#<chan>: {
  var %atm = <wol nicks of atm>
  if ($nick == <nick>) {
    if ($strip($2) isin %atm) { msg #<chan> !atm $strip($2) }
    else {  timerjoin $+ $strip($2) 1 3 msg $chan !page $strip($2) <message> }
  }
}
 
		
		
  Punk signing off. 
 
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107673] | 
			Fri, 13 August 2004 11:16    | 
		 
		
			
				
				
				
					
						  
						Bl00dAng
						 Messages: 36 Registered: August 2004 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	| 
		the join message and leave messgae script dont work....why?
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| mIRC script [message #107716] | 
			Fri, 13 August 2004 12:35    | 
		 
		
			
				
				
				  | 
					
						
						Cat998
						 Messages: 1082 Registered: January 2004  Location: Austria, Vienna
						
	Karma: 0
 
					 | 
					General (1 Star) Moderator/Captain  | 
					  
  | 
		 
		 
	 | 
 
	
		Here are two old scripts from me, maybe someone can need them : 
 
on *:text:*:#admgkf:{
  if ($nick == admgkf) {
    if (@Irc isin $2-) halt
    if ([BR isin $2-)  halt
    if (!msg isin $1-) halt
    if (host isin $1) halt
    var  %nick $strip($replace($1,:,))
    if ($strip($1) == Loading) && ($strip($2) == level) set %map $strip($3)    
    if ('hi all' isin $2-) msg $chan !msg Welcome to [U-E-S] Sniperzone %nick.
    if ($2 == !rules) msg $chan !msg Change to renguard to see the complete server rules     
    if (refill isin $2-) msg $chan !msg refill is not allowed (except no ammo)! 
    if (rules isin $2-) && ($2 != !rules) msg $chan !rules
    if (tunnel isin $2-) {
      if (%map == C&C_Complex.mix) msg $chan !msg Tunnels and field are allowed !
      if (%map == C&C_Field.mix) msg $chan !msg Tunnels only, sniping on field is not allowed !
      if (%map == C&C_Islands.mix) msg $chan !msg Tunnels only, sniping on field is not allowed !
      if (%map == C&C_Volcano.mix) msg $chan !msg Tunnels and field are allowed !
      if (%map == C&C_Canyon.mix) msg $chan !msg Tunnels and field are allowed !
      if (%map == C&C_Walls_Flying.mix) msg $chan !msg Tunnels and field are allowed ! 
    }
    if ($2 == !mods) msg $chan !showmods
    if ($2 == !moderators) msg $chan !showmods
    if ($2 == !own) msg $chan !msg [United elite snipers] ownz u !
    if ($2 == !admin) msg $chan !showmods
    if ($2 == !admins) msg $chan !showmods
    if ($2 == !next) msg $chan !nextmap
    if ($2 == !n) msg $chan !nextmap
    if ($2 == !m) msg $chan !showmods
    if ($2 == !r) msg $chan !rotation
    if ($2 == !irc) msg $chan !msg Our irc adress is: irc.n00bstories.com $chan
    if ($2 == !website) msg $chan !msg Plz visit our website: http://www.ues-clan.de
    if ($2 == !forum) msg $chan !msg Plz visit our forums: http://www.ues-clan.de/forum
    if ($2 == !forums) msg $chan !msg Plz visit our forums: http://www.ues-clan.de/forum    
    if ($2 == !ues) msg $chan !msg Plz visit our website: http://www.ues-clan.de
    if ($2 == !u-e-s) msg $chan !msg Plz visit our website: http://www.ues-clan.de
    if ($2 == !clan) msg $chan !msg Plz visit our website: http://www.ues-clan.de
    if ($2 == !slap) msg $chan !msg %nick slaps $strip($3)
    if ($2 == !meow) msg $chan !msg %nick meows
    if ($2 == !moo) msg $chan !msg %nick moos
    if ($2 == !time) msg $chan !msg It's $time
    if ($2 == !date) msg $chan !msg $fulldate
    if ($2 == !contact) msg $chan !page %nick Support: http://www.ues-clan.de/forum  mail: server@ues-clan.de
    $read(members.txt, s, %nick)
    if ($readn != 0 ) halt
    if (wtf isin $2-) msg $chan !msg %nick got ownt!
  }
}
 
 
keywordkickscript : 
 
http://www.ues-clan.de/downloads/irc/keywordkick.zip
		
		
  When people ask  me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because  it's shorter then "Yes" 
 
Programming is like sex: one mistake and you have to support it for the rest of your life 
 
Want the best answers? Ask the best questions! 
 
"So long, and thanks for all the fish." 
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 |