mirror of
https://github.com/progval/irctest.git
synced 2025-04-03 22:09:46 +00:00
Bump Bahamut (#291)
The patch does not apply to the latest master, so we need to update it
This commit is contained in:
2
.github/workflows/test-stable.yml
vendored
2
.github/workflows/test-stable.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: Bahamut
|
||||
ref: v2.2.1
|
||||
ref: v2.2.4
|
||||
repository: DALnet/Bahamut
|
||||
- name: Build Bahamut
|
||||
run: |
|
||||
|
@ -8,13 +8,13 @@ index 317b00e..adfcfcf 100644
|
||||
dots = 1;
|
||||
}
|
||||
|
||||
- if (!dots)
|
||||
- if (!dots)
|
||||
- {
|
||||
- sendto_realops("Invalid hostname for %s, dumping user %s",
|
||||
- sptr->hostip, sptr->name);
|
||||
- return exit_client(cptr, sptr, &me, "Invalid hostname");
|
||||
- }
|
||||
-
|
||||
if (bad_dns)
|
||||
-
|
||||
if (bad_dns)
|
||||
{
|
||||
sendto_one(sptr, ":%s NOTICE %s :*** Notice -- You have a bad "
|
||||
|
@ -97,7 +97,7 @@ software:
|
||||
name: Bahamut
|
||||
repository: DALnet/Bahamut
|
||||
refs:
|
||||
stable: "v2.2.1"
|
||||
stable: "v2.2.4"
|
||||
release: null
|
||||
devel: "master"
|
||||
devel_release: null
|
||||
|
Reference in New Issue
Block a user