- Duck Hunt is an FPS for IRC.
- Every now and then a duck will fly away and players must shoot it down as quickly as possible.
Duck Hunt - shop |
CIDR Notation | Prefix Length | Subnet Mask (Decimal) | Network Address | Address Range | Total Hosts |
---|---|---|---|---|---|
/8 | 8 | 255.0.0.0 | 167.0.0.0/8 | 167.0.0.0 - 167.255.255.255 | 16,777,216 |
/16 | 16 | 255.255.0.0 | 167.94.0.0/16 | 167.94.0.0 - 167.94.255.255 | 65,536 |
/24 | 24 | 255.255.255.0 | 167.94.138.0/24 | 167.94.138.0 - 167.94.138.255 | 256 |
/32 | 32 | 255.255.255.255 | 167.94.138.125/32 | 167.94.138.125 | 1 |
Details | CIDR Notation | Explanation |
- For use with root access, use unrealircd_global.service.
- For use as a normal shell user, use unrealircd_user.service.
- For use with root access, use anope_global.service.
- For use as a normal user, use anope_user.service.
This file contains 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
#!/usr/bin/env sh | |
#----------------------------------------------------------------------------------# | |
# Shell script to manage WeeChat relay certificates with Let's Encrypt and Certbot # | |
# #----------------------------------# | |
# NOTE: This script was tested on Ubuntu 20.04+ # | |
# #-----------------------------------# | |
# For other distros check Certbot documentation and edit paths/commands accordingly # | |
#-----------------------------------------------------------------------------------# |
This file contains 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
/* Original Module Author: Adam | |
* Updated for 1.9.4 (and beyond?): Laura | |
* Updated for 2.x: Gottem | |
* Data of Original: 14/02/10 | |
* Date of This Version: 2019/04/25 | |
********************************************** | |
* Module used in: Nickserv | |
* Syntax: /ns saregister 'nick' 'pass' 'email' | |
********************************************** | |
*/ |
/lib/systemd/system/quasselcore.service
[Unit]
Description=distributed IRC client using a central core component
Documentation=man:quasselcore(1)
Wants=network-online.target postgresql.service
After=network-online.target postgresql.service
[Service]
User=quasselcore
This file contains 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
/*-------------------------------------------------------------- | |
* Name: ns_massset | |
* Author: LEthaLity 'Lee' <[email protected]>, PeGaSuS | |
* Date: 4th November 2023 | |
* Version: 0.3 | |
* -------------------------------------------------------------- | |
* This module provides the ability for a Services Oper with the | |
* nickserv/massset privilege to change NickServ settings for | |
* all registered users. | |
* This module is usually only loaded when needed, to undo something |
This file contains 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
badword all { word "*0-mail.com*"; action block; } | |
badword all { word "*027168.com*"; action block; } | |
badword all { word "*0815.ru*"; action block; } | |
badword all { word "*0815.ry*"; action block; } | |
badword all { word "*0815.su*"; action block; } | |
badword all { word "*0845.ru*"; action block; } | |
badword all { word "*0box.eu*"; action block; } | |
badword all { word "*0clickemail.com*"; action block; } | |
badword all { word "*0n0ff.net*"; action block; } | |
badword all { word "*0nelce.com*"; action block; } |
NewerOlder