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.

I need a few "mods" for my Psybnc

Help with usage of shell accounts and bouncers.
Post Reply
F
FTL25
Voice
Posts: 17
Joined: Mon Nov 14, 2005 5:39 pm

I need a few "mods" for my Psybnc

Post by FTL25 »

Hello all. I'm running my psybnc using multi networking.

I need to have my psybnc do 3 things:

1. set /mode myNick +h

2. /msg ds~NickServ IDENTIFY myPass

3. /msg aa~NickServ IDENTIFY myPass

This way, if my psybnc disconnects, or gets disconnected from any of the servers, it will reauth on the ones it has to so my nick wont be changed to Guest4598976 and also set that user mode +h.

How can I do this?

The whois for the two NickServ bots are:

/whois list for: ds~NickServ
Address: services@private-ircd.com «« Internic Commercial »»
Name: Nickname Server
Status: ds~NickServ is a Network Service
End of /whois list for: ds~NickServ

and

/whois list for: aa~NickServ
Address: Services@After-All.org «« Internic Non-Profit Organization »»
Name: Nickname Server
Server: irc.After-All.org, After-All IRC Network
aa~NickServ is a Services Client
End of /whois list for: aa~NickServ

The MSG's they send are:

[3:29pm] -ds~NickServ- This nickname is registered and protected. If it is your
[3:29pm] -ds~NickServ- nick, type /msg NickServ IDENTIFY password. Otherwise,
[3:29pm] -ds~NickServ- please choose a different nick.

and

[3:30pm] -aa~NickServ- This nickname is registered and protected. If it is your
[3:30pm] -aa~NickServ- nick, type /msg NickServ IDENTIFY password. Otherwise,
[3:30pm] -aa~NickServ- please choose a different nick.
[3:30pm] -aa~NickServ- If you do not change within one minute, I will change your nick.

------------------------

If you need anymore info to make this happen, just let me know. Please help!!! Thank you.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

As far as I am aware, not being a psyBNC user anyway, you simply type "/bhelp" in your status. All is in there.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
n
nightwalker
Voice
Posts: 9
Joined: Mon May 23, 2005 8:17 am
Location: Chicago, USA
Contact:

Re: I need a few "mods" for my Psybnc

Post by nightwalker »

All scripts must be placed in /home/user/psybnc/scripts/USERx.SCRIPT

* Where "x" is you must put what number user you are in the psybnc.conf, usually this will be 1.

If you wanted to give ALL users the same scripts you would use DEFAULT.SCRIPT instead of USERx.SCRIPT

For example: "pico /home/user/psybnc/scripts/USER1.SCRIPT" and paste the code in.

Code: Select all

server NOTICE *!*@private-ircd.com * "*This nickname is registered and protected.*" echo "PRIVMSG ds~NickServ :IDENTIFY xxxxxxxx" 

server NOTICE *!*@After-All.org * "*This nickname is registered and protected.*" echo "PRIVMSG aa~NickServ :IDENTIFY xxxxxxxx" 
[quote="FTL25"]Hello all. I'm running my psybnc using multi networking.

I need to have my psybnc do 3 things:
1. set /mode myNick +h
2. /msg ds~NickServ IDENTIFY myPass
3. /msg aa~NickServ IDENTIFY myPass

How can I do this?

The whois for the two NickServ bots are:

/whois list for: ds~NickServ
Address: services@private-ircd.com «« Internic Commercial »»

/whois list for: aa~NickServ
Address: Services@After-All.org «« Internic Non-Profit Organization »»
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

For future reference: SourceForge.net: psyBNC

There are links to Public Forums etc
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
n
nightwalker
Voice
Posts: 9
Joined: Mon May 23, 2005 8:17 am
Location: Chicago, USA
Contact:

Post by nightwalker »

Those forums are inactive.
Alchera wrote:For future reference: SourceForge.net: psyBNC
There are links to Public Forums etc
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

nightwalker wrote:Those forums are inactive.
Alchera wrote:For future reference: SourceForge.net: psyBNC
There are links to Public Forums etc
Last post: 2006-03-03 17:01

Besides the point anyway; there are links to relevant sites hence the "etc" in my post.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply