-
-
Save barn/1511084 to your computer and use it in GitHub Desktop.
Grove's weechat config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add new server for organization YYYYYY, password is case sensitive. | |
/server add grove YYYYYY.irc.grove.io/6697 -ssl | |
/set irc.server.YYYYYY.password "YYYYYY" | |
/set irc.server.YYYYYY.ssl_verify no | |
# Set your username to BBBB | |
/set irc.server.YYYYYY.username "BBBB" | |
/set irc.server.YYYYYY.nicks "BBBB" | |
# Set _your_ password | |
/set irc.server.YYYYYY.command "/msg NickServ identify xxxxxx" | |
# Connect | |
/connect grove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment