Menu

Authentication to the bot?

Help
2005-10-02
2013-04-09
  • Nobody/Anonymous

    Is there some way to authenticate with the bot, so you could have access groups etc for diff commands for different people

     
    • Nobody/Anonymous

      This is an exapmle for quakenet:
      just add this lines after your login line:
      $irc->message(SMARTIRC_TYPE_QUERY, 'Q@CServe.quakenet.org', 'AUTH *AUTHNAME* *AUTHPW*');
      $irc->mode('*AUTHNAME*', '+x');

      *AUTHNAME* and *AUTHPW* you have to config..

      mfg erPe

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.