How to find founder of an IRC channel

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Code:
/msg ChanServ info ##channel
/msg ChanServ access list ##channel

Replace ##channel with #example or ##example.

---

Keep in mind in the below examples, ##r4p3 is a channel name.

How about becoming a channel founder?
Code:
/msg ChanServ register ##r4p3

If you leave your channel and come back, you may not have operator. This command will be helpful!
Code:
/msg ChanServ op ##r4p3

The top 3 admin-related roles in IRC are as follows:
  • Founder
  • Super Operator (often written as SOP)
  • Auto Operator (often written as AOP)
If you want to automatically receive operator when you join your channel:
Code:
/msg chanserv flags ##r4p3 username +O

You may change the username part to yours or a friend's.
 
Top