Search found 7 matches
- Tue Jan 29, 2019 12:10 am
- Forum: Generic support
- Topic: UnrealIRCd Cron Check with SystemD Timers
- Replies: 0
- Views: 896
UnrealIRCd Cron Check with SystemD Timers
unrealircd.service [Unit] Description=UnrealIRCd Cron Check Service [Service] Type=oneshot User=acidvegas ExecStart=/home/acidvegas/unrealircd/unrealircd croncheck unrealircd.timer [Unit] Description=UnrealIRCd Cron Check Timer [Timer] OnCalendar=*:0/5 Persistent=true [Install] WantedBy=timers.targe...
- Wed Jan 23, 2019 4:46 am
- Forum: Generic support
- Topic: Disabling Default Modules
- Replies: 2
- Views: 420
Disabling Default Modules
Wondering if there is any reason I couldnt disable the following modules: loadmodule "m_away"; loadmodule "m_ison"; loadmodule "m_links"; loadmodule "m_lusers"; loadmodule "m_map"; loadmodule "m_pass"; loadmodule "m_userhost"; loadmodule "m_watch"; loadmodule "m_trace"; loadmodule "m_tsctl"; loadmod...
- Wed Jan 23, 2019 4:42 am
- Forum: Generic support
- Topic: nofakelag
- Replies: 6
- Views: 1428
Re: nofakelag
See if https://supernets.org/docs/ascii-ansi-art-flooding.html helps for setting up your client to flood without throttle.
- Tue May 22, 2018 9:10 pm
- Forum: Services
- Topic: LimitServ - A service bot for IRC channels to automatically voice and set channel limits.
- Replies: 1
- Views: 1105
Re: LimitServ - A service bot for IRC channels to automatically voice and set channel limits.
Updated - source cleaned up, fixed a few issues, and more.
source : https://github.com/acidvegas/limitserv
mirror: https://git.sueprnets.org/acidvegas/limitserv
source : https://github.com/acidvegas/limitserv
mirror: https://git.sueprnets.org/acidvegas/limitserv
- Thu Apr 05, 2018 1:29 pm
- Forum: Services
- Topic: LimitServ - A service bot for IRC channels to automatically voice and set channel limits.
- Replies: 1
- Views: 1105
LimitServ - A service bot for IRC channels to automatically voice and set channel limits.
LimitServ Requirements Python ( Note: This script was developed to be used with the latest version of Python.) Information The bot will automatically give voice (+v) to people after they have been in a channel for a certain amount of time. It will also set a channel limit (+l) every few minutes to ...
- Sat May 13, 2017 4:07 am
- Forum: News and Releases
- Topic: UnrealIRCd 4.0.12 released
- Replies: 2
- Views: 3866
Re: UnrealIRCd 4.0.12 released
The optional 'nocodes' module makes +S/+c also block/strip bold, underline and italic text. (The latter is new) 1. There is not a "nocodes" module in the modules config file, but I do see "src/modules/nocodes.c", so I think maybe you forgot to include it in the config. 2. I noticed "loadmodule "ext...
- Sat Feb 04, 2017 2:52 am
- Forum: Services
- Topic: IRCS (IRC Services) by acidvegas
- Replies: 0
- Views: 1383
IRCS (IRC Services) by acidvegas
https://github.com/acidvegas/ircs IRC Services (IRCS) A services bot for the Internet Relay Chat (IRC) protocol. Information The IRCS project is basically, a stripped down version of Anope's ChanServ, HostServ, & NickServ bots, all crammed into one. Compatibility This was developed for usage with t...