• Home
  • Servers
  • Chat
  • Channels
  • Commands
  • Forum
  • FAQ
  • Software
  • Quotes
Topic Options
Rate This Topic
#20 - 08/01/06 01:25 AM Automatically identify to NickServ
usrbingeek Offline

WyldRyde Staff

Registered: 07/31/06
Posts: 646
Loc: Burlington, VT
Automatically identify to NickServChange password to your password and place this in your Remotes:

Code:
on *:NOTICE:*This nickname is registered and protected.*:?: {
  if (($nick == NickServ) && (*.WyldRyde.org iswm $server)) {
    nickserv identify password
  }
}


_________________________
WyldRyde IRC Network
Steve Mermelstein
Root Admin

#!/usr/bin/geek
My Amazon.com Wishlist

Please no PMs. Please post to a topic instead so your question(s) may benefit others.

Top
Sponsored Links
Sponsored Links
Member
*****

Registered: 27/08/04
Posts: 10136
Loc: Mountain View, CA
Top
#1907 - 05/02/08 11:23 PM Re: Automatically identify to NickServ [Re: usrbingeek]
Pctech37 Offline
newbie

Registered: 03/26/08
Posts: 35
Loc: Everett, WA
youve already posted that btw
_________________________
Hi. I am a forum signature virus. Paste me to your signature(s). *evil laugh*

Pctech37
G33k
Recognized WyldRyde Life Form
#Chris - VOP
#DavisCreation - SOP
#davisops - Founder
#gtaivchat - SOP
#Karol - HOP
#mancode - 5
#McInTEC - VOP
#pctech37 - Founder
#pctech37poker - Founder
#sports - Founder
#turtles - HOP

Top
#1908 - 05/02/08 11:24 PM Re: Automatically identify to NickServ [Re: Pctech37]
Freekie Offline
Over 100 posts

Registered: 08/01/06
Posts: 143
Loc: NE Wisconsin
The topic was just made a sticky so it appears on the front page. This is a more requested one so its easier to find.
_________________________
Server Admin - Neptune
Global IRC Operator and Services Operator on Cylon, Odyssey, and Rubicon.

Top
#1911 - 05/03/08 07:02 PM Re: Automatically identify to NickServ [Re: Freekie]
Pctech37 Offline
newbie

Registered: 03/26/08
Posts: 35
Loc: Everett, WA
o
_________________________
Hi. I am a forum signature virus. Paste me to your signature(s). *evil laugh*

Pctech37
G33k
Recognized WyldRyde Life Form
#Chris - VOP
#DavisCreation - SOP
#davisops - Founder
#gtaivchat - SOP
#Karol - HOP
#mancode - 5
#McInTEC - VOP
#pctech37 - Founder
#pctech37poker - Founder
#sports - Founder
#turtles - HOP

Top
#1978 - 05/07/08 03:21 AM Re: Automatically identify to NickServ [Re: Pctech37]
Snakeyes Offline
newbie

Registered: 11/28/07
Posts: 33
Loc: Illinois
The one that Steve(usrbingeek) posted is fine But I have one that Djk gave me that seems to work better. This also works for more then one network.

on 1:connect: {
if ($network == WyldRyde) {
ns identify password here
join #help

}
else if ($network == networkname here) {
ns identify passwordhere
join #help
}

else if ($network == IRC.whatever.com) {
ns identify passwordhere
join #help
}

There is a second part, But this is the identify part which could be helpful. Edit as needed.
_________________________
- Be careful I might bite you if your not careful. -

- Founder of #snakeyes11 on wyldryde. -


Top
#4281 - 02/19/09 12:07 AM Re: Automatically identify to NickServ [Re: Snakeyes]
FordLawnmower Offline
Over 100 posts

Registered: 02/15/09
Posts: 111
Loc: Ohio
Using On Notice as userbingeek as done, is a far superior method of identify than using on connect with a timer. The on notice event will keep you identified in all instances, because it is triggered directly by the request from nickserv.
Mine is similar and it has never failed me smile
Code:
on 1:NOTICE:*NickServ IDENTIFY*:?: {  
  if ($nick == Nickserv && $network == MindForge) { msg nickserv identify %mindforge.password | nick Yoda | hs on } 
  if ($nick == Nickserv && $network == NoWayBack) { msg nickserv identify %nowayback.password | nick Yoda | hs on }
  if ($nick == Nickserv && $network == WyldRyde) { msg nickserv identify %WyldRyde.password }
  if ($nick == Nickserv && $network == Abjects) { msg nickserv identify %abjects.password | nick Yoda | hs on }
}

I also use mine to trigger a nick change and a call to hostserv wink
_________________________
If you already know everything, You can never learn anything :P

Top


Moderator:  Jeff, mandy, usrbingeek