Page 2 of 2
Posted: Wed May 05, 2004 8:16 pm
by visi
Hi soultech.I have done this thing and now i get a message
-irc.albgeneration.com- *** LocOps -- Link [@127.0.0.1.1118] denied, colliding server numeric
this is magic.ini
05 May 2004 22:12:41.357 | NOTICE | SERVER MESSAGE (ERROR): Closing Link: sherbimet.albgeneration.com[127.0.0.1] (Colliding server numeric (choose another))
What can i do????
Posted: Wed May 05, 2004 8:52 pm
by Solutech
Right you need to change the magick numeric to a diff number its currently on the same as unreal .
Change
REMOTE_1 = 127.0.0.1|6667|LiNk|1|254
to
REMOTE_1 = 127.0.0.1|6667|LiNk|2|254
That ought to shift it

Posted: Wed May 05, 2004 9:16 pm
by visi
Solutech i have done but it's the same message
I have put the number 2 and it's the same.I have put the number 3 and again the same.
Is there anything that i can do?
Thnx
Posted: Wed May 05, 2004 9:25 pm
by Solutech
damn I edited the wrong bit lol sorry bout that . right Im presuming the server number you specified for unreal and the services is 254 . so firstly restore the line to
REMOTE_1 = 127.0.0.1|6667|LiNk|1|254
and change it to
REMOTE_1 = 127.0.0.1|6667|LiNk|1|255
As long as the 2 servers are on different numbers they wont collide . Magick is seen as basically a server hence the need for the server numeric .
Posted: Wed May 05, 2004 9:43 pm
by visi
Thank you very very very much
Everything is ok.Yeahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh.
Thanks bro

Posted: Wed May 05, 2004 9:52 pm
by Solutech
No probs m8 . Glad you got it running ok . Magick is gr8 once its up . Just a shame the docs supplied with it dont explain stuff like the protocol line . Took me a few days to get it straight . Seems stable enough for me . Had no glitches or crashes so far.
Posted: Thu May 06, 2004 12:08 pm
by visi
Either for me is stable.Everything now is ok but i have some questions.
I could't use some commands like getpass,forbidden etc.
/nickserv getpass visi
-NickServ- Unrecognised command GETPASS. Type /MSG NickServ HELP for help.
-NickServ- This service allows you to use the following commands:
-
-NickServ- HELP REGISTER LINK IDENTIFY
-
-NickServ- INFO GHOST RECOVER LIST
-
-NickServ- DROP UNLINK HOST SLAVES
-
-NickServ- ACCESS IGNORE SET SEND
Getpass is not in the list.The same thing is for some other commands.
The other thing is that i want to make short commands for ex i want the comand nickserv for ns,chanserv for cs etc
Could you help me?
Thnx

Posted: Thu May 06, 2004 1:37 pm
by Ron2K
visi wrote:The other thing is that i want to make short commands for ex i want the comand nickserv for ns,chanserv for cs etc
Alias block. RTFM.
Posted: Sat May 08, 2004 12:21 am
by Solutech
If I remember correctly GETPASS is disabled by default . It can only be enabled through a recompile from the magick source . This is from the Magick docs in the install directory . File called opers . You may want to read it.
2.2.3 GETPASS
---------------
SYNTAX: GETPASS <nickname> <password>
This will retrieve and display the password of the nickname specified.
A global notice will be sent out to warn people that you have done this.
NOTE: This may not be available - this feature must be specifically
compiled into magick, so if this has not been done, this will not work.
You must be on the SADMIN committee to use this command.
Its somewhere in the docs or on the magick forum that it isnt compiled into the windows version .