Created
December 22, 2011 11:16
-
-
Save jorilallo/1509950 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 | |
/server add grove YYYYYY.irc.grove.io/6667 | |
/set irc.server.YYYYYY.password "YYYYYY" | |
# 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