Difference between revisions of "AutoIdentify"

From Chat4AllFAQ
Jump to: navigation, search
m (Not sure why I put double slashes there..)
m (weechat)
Line 10: Line 10:
  
 
== weechat ==
 
== weechat ==
 +
to add as a permanent network:
 
   ''/server add chat4all irc.chat4all.org/7001 -ssl -autoconnect -password=YourNickservPassword''
 
   ''/server add chat4all irc.chat4all.org/7001 -ssl -autoconnect -password=YourNickservPassword''
to add as a permanent network, or:
+
to connect as a temporary server:
 
   ''/connect irc.chat4all.org/7001 -ssl -password=YourNickservPassword''
 
   ''/connect irc.chat4all.org/7001 -ssl -password=YourNickservPassword''
to connect as a temporary server.
 
  
 
= Using scripting =
 
= Using scripting =
 
== mIRC Perform ==
 
== mIRC Perform ==
 
== mIRC Remotes Script ==
 
== mIRC Remotes Script ==

Revision as of 02:22, 1 February 2011

Placeholder page for instructions on how to auto-identify in several IRC clients

Using the server password

This only will auto-identify you upon connect if you are connecting with your registered nickname. For this to work, you need to specify your nickserv password as the 'server password'. In most IRC clients you can set this in your server/network connection settings. Or if you connect using a manual command such as /SERVER, you can specify it at the end as last argument, for instance;

mIRC

 /SERVER irc.chat4all.org:+7001 YourNickservPassword

weechat

to add as a permanent network:

 /server add chat4all irc.chat4all.org/7001 -ssl -autoconnect -password=YourNickservPassword

to connect as a temporary server:

 /connect irc.chat4all.org/7001 -ssl -password=YourNickservPassword

Using scripting

mIRC Perform

mIRC Remotes Script