









You will get thess errors with the unmodified Polaris:
-NickServ- Error! "/msg NickServ" is no longer supported. Use "/msg nickserv@services.dal.net" or "/nickserv" instead.
-ChanServ- Error! "/msg ChanServ" is no longer supported. Use "/msg chanserv@services.dal.net" or "/chanserv" instead.
-MemoServ- Error! "/msg MemoServ" is no longer supported. Use "/msg memoserv@services.dal.net" or "/memoserv" instead.
to fix it, you'll have to go through Polaris and change every instance of ****Serv with the appropriate equivalent.
The files you'll need to look at are alias2.ini and dalnet.ini
from alias2.ini, the changed aliases:
ident { if ($1 != $null) { /.nickserv IDENTIFY $1 | return } | if ($me == $r.set(Auto.ID,Nick.1)) { /.nickserv IDENTIFY $r.set(Auto.ID,Pass.1) | return } | if ($me == $r.set(Auto.ID,Nick.2)) { /.nickserv IDENTIFY $r.set(Auto.ID,Pass.2) | return } | if ($me == $r.set(Auto.ID,Nick.3)) { /.nickserv IDENTIFY $r.set(Auto.ID,Pass.3) | return } | if ($me == $r.set(Auto.ID,Nick.4)) { /.nickserv IDENTIFY $r.set(Auto.ID,Pass.4) | return } | if ($me == $r.set(Auto.ID,Nick.5)) { /.nickserv IDENTIFY $r.set(Auto.ID,Pass.5) | return } | /.nickserv IDENTIFY $$?*="Enter Nick Password" }
opall { set %~opall 0 | :start | inc %~opall 1 | if ($chan(%~opall) == $null) { unset %~opall } | elseif ($me !isop $chan(%~opall)) { /.chanserv OP $chan(%~opall) $me | goto start } | else { goto start } }
ghost { if ($1 == $null) { .timer 1 0 ghost $$?="Enter Nick to Ghost" | return } | if (($1 == $r.set(Auto.ID,Nick.1)) && ($r.set(Auto.ID,Nick.1) != $null)) { .msg NickServ Ghost $1 $r.set(Auto.ID,Pass.1) | return } | if (($1 == $r.set(Auto.ID,Nick.2)) && ($r.set(Auto.ID,Nick.2) != $null)) { .msg NickServ Ghost $1 $r.set(Auto.ID,Pass.2) | return } | if (($1 == $r.set(Auto.ID,Nick.3)) && ($r.set(Auto.ID,Nick.3) != $null)) { .msg NickServ Ghost $1 $r.set(Auto.ID,Pass.3) | return } | if (($1 == $r.set(Auto.ID,Nick.4)) && ($r.set(Auto.ID,Nick.4) != $null)) { .msg NickServ Ghost $1 $r.set(Auto.ID,Pass.4) | return } | if (($1 == $r.set(Auto.ID,Nick.5)) && ($r.set(Auto.ID,Nick.5) != $null)) { .msg NickServ Ghost $1 $r.set(Auto.ID,Pass.5) | return } | if ($2 == $null) { .timer 1 0 ghost $1 $$?*="Enter Nick Password" | return } | .msg NickServ Ghost $1 $2 }
ms { if ($1 != $null) { /.memoserv $1- } | else { /.memoserv $$?="Enter Commands to MemoServ" } }
ns { if ($1 != $null) { /.nickserv $1- } | else { /.nickserv $$?="Enter Commands to NickServ" } }
cs { if ($1 != $null) { /.chanserv $1- } | else { /.chanserv $$?="Enter Commands to ChanServ" } }
NOTE: actually... I didn't do these exact changes myself, I did something
else... =)
from: if ($1 == !List) && ($r.set(Fserve,Status) == On) && ($fserve.ad.temp != $null) { .notice $nick $fserve.ad.temp }
to: if ($1 == !List-) && ($r.set(Fserve,Status) == On) && ($fserve.ad.temp != $null) { .notice $nick $fserve.ad.temp }
on ^*:part:#:{
if ($r.set(DCC.Watch,Status) == On) && (($send($nick) != $null) || ($fserv($nick) != $null)) && (($istok($r.set(DCC.Watch,Channels),$chan,44) == $true) || ($r.set(DCC.Watch,Channels) == All) || ($r.set(DCC.Watch,Channels) == $null)) { close -fs $nick | .notice $nick $c(1) $+ All of your DCC connections with me have been halted because you left one of the following channels. $bracket($iif($r.set(DCC.Watch,Channels) == $null || $r.set(DCC.Watch,Channels) == All,Any channel I am on,$r.set(DCC.Watch,Channels))) | aecho $nick $bracket($address) lost all of their DCC connections because they left $c(2) $+ $chan $+ $c(1) $+ . }
if ($nick != $me) {
if ($1- != $null) { echo $colour(join) $chan $ts Parts: $nick ( $+ $address $+ ) ( $+ $1- $+ ) $border($calc($nick($chan,0,a) - 1),$iif($calc($nick($chan,0,a) - 1) == 1,user,users)) }
else { echo $colour(join) $chan $ts Parts: $nick ( $+ $address $+ ) $border($calc($nick($chan,0,a) - 1),$iif($calc($nick($chan,0,a) - 1) == 1,user,users)) }
}
haltdef
}
Updated:on ^*:part:#:{
if ($r.set(DCC.Watch,Status) == On) && (($send($nick) != $null) || ($fserv($nick) != $null)) && (($istok($r.set(DCC.Watch,Channels),$chan,44) == $true) || ($r.set(DCC.Watch,Channels) == All) || ($r.set(DCC.Watch,Channels) == $null)) { close -fs $nick | .notice $nick $c(1) $+ All of your DCC connections with me have been halted because you left one of the following channels. $bracket($iif($r.set(DCC.Watch,Channels) == $null || $r.set(DCC.Watch,Channels) == All,Any channel I am on,$r.set(DCC.Watch,Channels))) | aecho $nick $bracket($address) lost all of their DCC connections because they left $c(2) $+ $chan $+ $c(1) $+ . }
if ($nick != $me) {
if ($1- != $null) { echo $colour(part) $chan $ts Parts: $nick ( $+ $address $+ ) ( $+ $1- $+ ) $border($calc($nick($chan,0,a) - 1),$iif($calc($nick($chan,0,a) - 1) == 1,user,users)) }
else { echo $colour(part) $chan $ts Parts: $nick ( $+ $address $+ ) $border($calc($nick($chan,0,a) - 1),$iif($calc($nick($chan,0,a) - 1) == 1,user,users)) }
}
haltdef
}
The $colour(join) should be $colour(part)
© Copyright 2002. All rights reserved. Contact: Ronald, Ronaldsoft Network