This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

bnc help

Help with usage of shell accounts and bouncers.
Post Reply
o
ottozuts
Voice
Posts: 16
Joined: Mon Dec 20, 2004 8:23 am

bnc help

Post by ottozuts »

to auto identify my bnc when im offline and it get dc on DALNET. i copied all scripts i saw on forums but it dont can anyone help me.auto identify on DALNET pls
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Try (a novell experience) reading the help system/docs for the BNC you're using.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
o
ottozuts
Voice
Posts: 16
Joined: Mon Dec 20, 2004 8:23 am

help

Post by ottozuts »

im using this script but it doesnt work can any of u guys can help me
to auto identify bnc on dalnet

server NOTICE NickServ!service@dal.net * "*This nickname is owned by someone else*" echo "PRIVMSG NickServ@sevices.dal.net :IDENTIFY 123456"
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I do not bother with BNC's as I cannot see the point in them. I was referring to the HELP system within the BNC you use.

I suggest you also look at your IRC client as that is the one that actually issues any command to services when connecting to your network.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
dusk
Halfop
Posts: 91
Joined: Sun Mar 06, 2005 7:25 pm
Location: Belgium

Re: help

Post by dusk »

ottozuts wrote:im using this script but it doesnt work can any of u guys can help me
to auto identify bnc on dalnet

server NOTICE NickServ!service@dal.net * "*This nickname is owned by someone else*" echo "PRIVMSG NickServ@sevices.dal.net :IDENTIFY 123456"
Try "PRIVMSG NickServ :IDENTIFY <YOURPASSWORD>" and also take a look how nickserv replies : I tried 'mozilla.se.eu.dal.net' and I got This nick is owned by someone else : not 'this nickname'

Based on this, the script should look like :

Code: Select all

server NOTICE NickServ!*@* * "*This nick is owned by someone else.*" echo "PRIVMSG NickServ :IDENTIFY <YOURPASSWORD>"
Note that this is only an example based on what I've seen,take a look on the server you connect with ,copy the nickserv reply and paste it in the example.

GRTZ
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

DALnet require the following when sending a private message to services:

Code: Select all

echo "PRIVMSG NickServ@services.dal.net :IDENTIFY <YOURPASSWORD>"
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
dusk
Halfop
Posts: 91
Joined: Sun Mar 06, 2005 7:25 pm
Location: Belgium

Post by dusk »

I've tried the script I posted and workes like a charm on 'mozilla.se.eu.dal.net'. (YES : I used nickserv only). But as I stated : I've posted an example!

The rest is up to the primary poster....

GRTZ
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Hmmm...

"DALnet require the following" should read "DALnet may require the following".

... to ensure the correct service is contacted.

PS: I'm referring to the "NickServ@services.dal.net" bit.

dusk: It doesn't matter which server you use within an IRC Network, their services are the same.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
dusk
Halfop
Posts: 91
Joined: Sun Mar 06, 2005 7:25 pm
Location: Belgium

Post by dusk »

I'm not that familiar with dalnet, I just tried one server and copied the response here...
As you have mentioned Alchera the reply will be the same on all the the dalnet-servers.

Actually the script I posted is right then...
But as it seems : it's not needed to use NickServ@services.dal.net in the PRIVMSG command. I've tested it on my psyBNC as nick-only (NickServ) and it works.......(on that dalnet-server)


GRTZ
o
ottozuts
Voice
Posts: 16
Joined: Mon Dec 20, 2004 8:23 am

bnc help

Post by ottozuts »

thanx dusk mate the mistake is the this nickname and like you said its this nick...been going crazy trying this to work. thanks again mate
Post Reply