Jump to content
  • 0

IRC Help


LordGalyen

Question

Need some help for IRC. I'm setting it up on a new computer. I copied everything from my old one to the new one, word for word.  I am getting the following message.

 

#MPF Unknown command
-
#MPF Unknown command
-
#MPF Unknown command
-
#MPF Unknown command
-
#MPF Unknown command
-
#MPF Unknown command
-
#MPF Unknown command
-
-NickServ- Password accepted - you are now recognized.
-
[email protected] LordGalyen You are now logged in as LordGalyen
-
* NickServ sets mode: +r
-
#MPF Unknown command
-
-NickServ- Status updated (memos, vhost, chmodes, flags).
-
* LordGalyen sets mode: +i
-

 

What am I doing wrong here? I even tried the setup tutorial that Unknown put up on this topic.

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

This is the one that I tried from this forum.

on *:start:{  server irc.cncirc.net}
  on *:connect:{
    if (*.cncirc.net iswm $server) {  
      join #mpf   
      join #cncirc  
      join #mpf-newmaps  
      join #mpf-tcw  
      join #mpf-apb  
    }
  }

 

The following one is the one I used for years(also from this forums long time ago)

 

on *:connect:{
  if (*.cncirc.net iswm $server) {
    nick LordGalyen
    ns identify mypasswordhere
    join #mpf
    join #mpf-mods
    join #mpf-newmaps
    join #mpf-newmaps-admin
    join #mpf-newmaps-admin2
    join #mpf-snipers
    join #mpf-snipers-admin
    join #mpf-tcw
    ns update
  }
}

 

Link to comment
Share on other sites

  • 0

Did you make sure enable perform on connect box was ticked? Try this one.

 

on *:START: { server irc.cncirc.net }
on *:CONNECT: {
if ($network == irc.cncirc.net) {
nick ***your nick here***
nickserv identify ***your password here***
}
}
join #mpf
join #MPF-NewMaps
join #mpf-newmaps-admin
join #mpf-mods
}
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.