Skip to content

Instantly share code, notes, and snippets.

@amalmurali47
Last active October 18, 2020 23:30
Show Gist options
  • Save amalmurali47/6028653 to your computer and use it in GitHub Desktop.
Save amalmurali47/6028653 to your computer and use it in GitHub Desktop.
How to join ##php channel on freenode?

How to join ##php channel on freenode?

  1. Get an IRC client. I recommend Hexchat. Any IRC client will do. You can even use freenode webchat, if you don't want to install one.
  2. Connect to freenode. If you're using HexChat, just type /server freenode and it should connect you.
  • The ##php channel requires you to be identified to NickServ to join. To register your nickname, type the following command:

      /msg nickserv register Y0uR-Str0nG-P@SsW0rd valid-email@addre.ss
    
  1. Check your email inbox (spam/junk too) and verify the account by executing the command in the email.

  2. To join the ##php channel, simply type the following command:

     /join ##php
    
  3. Enjoy.

@mikejw
Copy link

mikejw commented Jun 21, 2020

The channel appears invite only now. Any ideas how to get in? Thanks.

@amalmurali47
Copy link
Author

You need to be identified with NickServ to join.

@mikejw
Copy link

mikejw commented Jun 21, 2020

Yeah, I am.

@amalmurali47
Copy link
Author

What's the exact command you're typing and what's the error you're getting?

@mikejw
Copy link

mikejw commented Jun 21, 2020

/join ##php
Cannot join to channel #php (You must be invited)

@amalmurali47
Copy link
Author

Read step 4 again :)

@mikejw
Copy link

mikejw commented Jun 21, 2020

Update: I think I have been banned but I've now idea why.

@amalmurali47
Copy link
Author

Are you IRCing as root? Or do you have root in your ident section? ##php has a wildcard banmask matching all such users.

You can do /mode ##php b to review the banlist yourself. If you still can't find out why you've been banned, post your client name and netmask here (nick!ident@host) and I'll take a look.

@mikejw
Copy link

mikejw commented Jun 21, 2020

Thanks :)

@strarsis
Copy link

When using the freenode IRC web client, one is banned in ##php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment