Dark Castle RPG
Would you like to react to this message? Create an account in a few clicks or log in to continue.

DCRPG Auto Join Script

Go down

DCRPG Auto Join Script Empty DCRPG Auto Join Script

Post  Neo`Nemesis Sat May 22, 2010 5:28 am

Here is a auto join script I made for mIRC. By utilizing this script once you connect to the server that DCRPG is on, it will automatically take you to #DarkCastle and #Dark_OOC!

<--COPY EVERYTHING BELOW THIS LINE AND PASTE IT INTO YOUR mIRC!-->

;DCRPG Auto Join Script
;By Neo`Nemesis
menu status,channel,query,nicklist,menubar {
DCRPG Auto Join $iif(%dcrpg == $true,ON,OFF)
.$iif(%dcrpg == $true,*) ON:/dcrpg on
.$iif(%dcrpg != $true,*) OFF:/dcrpg off
}
on *:LOAD: { set %dcrpg $true }
on *:START: {
if (%dcrpg == $null) { set %dcrpg $true }
}
on *:CONNECT: {
if (esper isin $server) && (%dcrpg == $true) {
/join #DarkCastle
/join #Dark_OOC
;feel free to add more channels to the list!
}
}
alias dcrpg {
if ($1 == on) {
set %dcrpg $true
/echo -a 12 $+ $timestamp * DCRPG Auto Join is now ON. [/dcrpg on]
}
elseif ($1 == off) {
set %dcrpg $false
/echo -a 12 $+ $timestamp * DCRPG Auto Join is now OFF. [/dcrpg off]
}
}
Neo`Nemesis
Neo`Nemesis
Admin

Posts : 23
Join date : 2010-04-07

https://darkcastle.darkbb.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum