Jump to content

Irssi: Difference between revisions

No change in size ,  28 October 2014
(→‎Configuration file: Change it so it clear to see the file name for windows users)
Line 52: Line 52:
   {
   {
     type = "IRC";
     type = "IRC";
         autosendcmd = "/msg chanserv identify <password>";
         autosendcmd = "/msg NickServ identify <password>";
   };
   };
  };  
  };  
Line 231: Line 231:
   {
   {
     type = "IRC";
     type = "IRC";
         autosendcmd = "/msg chanserv identify <password>"; # put in your identify password here.
         autosendcmd = "/msg NickServ identify <password>"; # put in your identify password here.
   };
   };
  };  
  };  
Line 240: Line 240:
  );
  );


What this part does is when you start irssi, it sends a priavte message to chanserv identifying you as you (if you've registered your nickname) and the bit underneath will automatically join you to the channels listed, namely #lobby and #mychannel. You can add as many channels as you want to this list, just copy and paste the same lines and edit the "#channel" bit. Simple really. This saves time and hassle if Redbrick ever restarts or you lose your connection for whatever reason as you don't have to remember all the channels you want to join.
What this part does is when you start irssi, it sends a priavte message to nickserv identifying you as you (if you've registered your nickname) and the bit underneath will automatically join you to the channels listed, namely #lobby and #mychannel. You can add as many channels as you want to this list, just copy and paste the same lines and edit the "#channel" bit. Simple really. This saves time and hassle if Redbrick ever restarts or you lose your connection for whatever reason as you don't have to remember all the channels you want to join.


  #THIS SECTION DEALS WITH SETTINGS SUCH AS YOUR NAME AND TIMESTAMP FORMAT
  #THIS SECTION DEALS WITH SETTINGS SUCH AS YOUR NAME AND TIMESTAMP FORMAT