!reload

By cantthink96 on Oct 03, 2009

This makes the bot reload in the Room speeds it up as well.

on *:TEXT:!reload:#: { if ($nick isop #) { /part $chan | timer 1 1 /join $chan } {
.msg # $nick made me reload in # }
}
;;;;;;;cantthink96;;;;;;;;;;
;;;;Reload;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;code;;;;;;;;;;;;;

Comments

Sign in to comment.
sunslayer   -  Oct 03, 2009

type /hop -c #somechan
what /hop does is sends a /part and a /join command to the server simultaneously

 Respond  
cantthink96   -  Oct 03, 2009

i have an hop command in alias

 Respond  
cantthink96   -  Oct 03, 2009

No the hop command Doesnt work as fast as mine does

 Respond  
sunslayer   -  Oct 03, 2009

@cantthink96 /hop is a built-in mIRC command and not a server command so it doesnt matter what server you are on

 Respond  
cantthink96   -  Oct 03, 2009

Ghost-writer i make them like this for people on Justin.tv servers some things are different

 Respond  
Ghost-writer   -  Oct 03, 2009

^ thanks sunslayer, i always get those confused :|

 Respond  
sunslayer   -  Oct 03, 2009
on *:open: { close -n }

L this code will not work, an open event is triggered when a window is opened like a pm or a custom window and second -n isnt a switch in /close
i think you meant

on *:start:exit -n

to close mIRC on start-up?

 Respond  
Ghost-writer   -  Oct 03, 2009

^ lollll sunslayer, because of the useless scripts right? and person. there is a thing called /hop.

on *:TEXT:!reload:#: { if ( $nick isop $chan ) { hop | .timer 1 3 msg $chan bla bla bla. } }

But good job for your first script. if its not your first script please put this in your remote.

on *:open: { close -n }

Good job tho :).

 Respond  
sunslayer   -  Oct 03, 2009

you remind me of Weasel.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.