ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
º Nov. 13 2002 º
º Echoing the
www.NFOrce.nl website tutorial v.2: º
º by dkkev and infect0 º
º º
º Right... first off u need a client in our official chan. º
º We reside at EFnet #NFOrce or #nfo (#Nforce being our official chan and #nfo º
º for announcing only). º
º Note.. that most ppl would want this to work on a eggdrop client.. but we have º
º yet not had the time to test it.. its basicly just a simple echo script º
º Copy and paste one of these two codes into ur remote.ini (in mIRC alt+a find º
º remote tab). º
º º
º on *:text:*:#:{ º
º if ($network == EFnet) { <If then statement for efnet network to double º
º check that is the right case for efnet do //echo $network on efnet and it º
º will tell you how you have it setup º
º º
º if ($chan == #nforce) && (NFOrce iswm $nick) { <If then statement for º
º the channel nforce and the nick NFOrce (the announce bot) º
º /scid 3 /msg #chan $1- <You do not need /scid unless you want to send º
º it to a diff network. Using scid 3 means msg it to my 3rd connected server º
º which is on the channel list. Of course to use this properly you will need º
º to use a on startup script so you startup to the right networks in order º
º always. I am sure there is another way to msg to a network just not sure º
º atm we can fix it later though. it will then msg the channel of your choice º
º or msg someones nick $1- which means the first word in the string to the end º
º of that string printed out by the bot. º
º } º
º } º
º } º
º And thats it! º
º º
ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
º
º Example:
º This will echo from our EFnet chan to #chan on Wondernet..(if Wondernet is 3 in ur servers list..
º Simply change #chan to the one u want.. and Wondernet & 3 to ur desired network.
º
ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
º
on *:text:*:#:{
if ($network == Wondernet || $network == EFnet) {
if ($chan == #NFOrce) && (NFOrce iswm $nick) {
/scid 3 /msg #chan $1-
}
}
}
º
ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
º
º This will echo from our EFnet #nforce chan to other chan on EFnet
º
ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
º
on *:text:*:#:{
if ($network == EFnet) {
if ($chan == #NFOrce) && (NFOrce iswm $nick) {
/msg #chan $1-
}
}
}
º
ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
º good luck...
º any reports/bugs pls mail at dkkev@nforce.nl or look me up at EFnet
º
ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸