Skip to content
irc@inovuslabs:~$ welcome to the inovuslabs irc network

inovuslabs · irc

Internet Relay Chat (IRC) by Inovus Labs, ready to try hands-on.

irc.inovuslabs.org is deployed for experiments, tryouts, and practical Internet Relay Chat (IRC) testing. Connect, explore commands, and see how it behaves in real time.

irc.inovuslabs.org:6697

01Get started fast

Launch WeeChat
brew install weechat
weechat
macOS: install, then run weechat in Terminal.
Connect in WeeChat
/server add inovus irc.inovuslabs.org/6697 -ssl -nicks=yourname
TLS only — port 6697. Replace yourname with your nick
/connect inovus
Connect to the saved server
/join #lobby
Join the lobby
Hello, I am new here
Send your first message
#lobby 4 users topic: #lobby · Thu 7pm · kiosk

03Command cheat sheet

/nick arjun
Change your visible name (nickname)
/part #channel
Leave the current channel window
/msg amith hey there
Send a private one-to-one message
/me waves
Post an action message (third-person style)
/topic #lobby weekly meet 7pm
Change the channel topic (if allowed)
/whois sane
Show basic details about a user
/names
List everyone in this channel
/quit catch you later
Disconnect from IRC cleanly