added mbrserver.com IRC server.
This commit is contained in:
		
							parent
							
								
									0580028894
								
							
						
					
					
						commit
						d1edf27f7d
					
				
					 1 changed files with 12 additions and 1 deletions
				
			
		| 
						 | 
					@ -34,13 +34,24 @@
 | 
				
			||||||
            pem = config.sops.secrets.irc-cert.path;
 | 
					            pem = config.sops.secrets.irc-cert.path;
 | 
				
			||||||
          };
 | 
					          };
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          addr = "mbrserver.com";
 | 
				
			||||||
 | 
					          port = 6667;
 | 
				
			||||||
 | 
					          tls = false;
 | 
				
			||||||
 | 
					          nicks = ["toric"];
 | 
				
			||||||
 | 
					          realname = "Toric";
 | 
				
			||||||
 | 
					          join = [
 | 
				
			||||||
 | 
					            "#general"
 | 
				
			||||||
 | 
					            "#spellware"
 | 
				
			||||||
 | 
					          ];
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
      defaults = {
 | 
					      defaults = {
 | 
				
			||||||
        # ignore join/leave messages
 | 
					        # ignore join/leave messages
 | 
				
			||||||
        ignore = true;
 | 
					        ignore = true;
 | 
				
			||||||
        nicks = ["toric"];
 | 
					        nicks = ["toric"];
 | 
				
			||||||
        realname = "Gabe Venberg";
 | 
					        realname = "Gabe Venberg";
 | 
				
			||||||
        tls = true;
 | 
					        # tls = true;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue