[01:56:19] Hello SergioFLS[m]! If you have any questions, feel free to ask and someone should answer soon. [03:25:57] Hi [10:14:18] [discord] Anyone here knows how to make an abuse filter. [10:14:24] [discord] Anyone here knows how to make an abuse filter? (edited) [10:17:20] [discord] i tried to make one on Public Test Wiki but so far I haven't gotten it to work yer. [10:17:26] [discord] *yet [10:20:01] [discord] its kinda confusing [10:21:46] [discord] I was trying to make it so it would only be triggered if I edited my own userpage, bur I know almost nothing about what coding to use, so that made it tough [10:54:31] "Hi" <- probably too late but hi 👋 [11:00:39] Can anyone help me with deleting files? [11:01:10] I uploaded a .ttf file, which worked fine, but when I try to delete them, I get this error: "[0462b44260874be7424aa5fa] 2022-04-11 10:58:05: Fatal exception of type "Wikimedia\Rdbms\DBQueryError"" [11:04:49] Moving the files doesn't seem to work either, it says the new file extension does not match its type. [11:56:36] Hi, are any Meta admins active right now? I'd like to ask that my partial block from the User namespace be lifted there. [11:56:59] So I can make my global css page [12:04:15] And I won't add any more random categories to my meta userpage [12:54:42] [discord] does anyone know how i can put the total amount of articles made onto a page? [12:55:57] Hello BraceletyFan77! If you have any questions, feel free to ask and someone should answer soon. [12:56:17] How can I delete my account on Miraheze [12:57:07] BraceletyFan77 Accounts can't really get deleted, unless you wanted your Miraheze account to be locked. [12:57:21] Is locking like global locking on Wikipedia? [12:57:34] [discord] nevermind found it [12:58:12] BraceletyFan77 Yes. It operates the same way, but global blocks are different. [12:58:27] I think you mixed them up. [12:58:37] Global blocks = Global IP Blocks. [12:58:47] On Wikipedia, a global lock disables you from logging on on ALL Wikimedia projects, including Wiktionary. [12:58:58] It does the same thing on Miraheze as well. [12:59:11] Can I request one if I don't want to use my account anymore? [12:59:22] BraceletyFan77 Of course you can. [12:59:29] Nobody's stopping you from doing so. [13:02:21] BraceletyFan77 I had to move the request to the Stewards' noticeboard as that's the place to request self-requested locks. [13:02:33] Okay. [15:33:29] [discord] Have I gotten an email for my PlantyB0i ursuption [15:33:42] [discord] You should have. [15:33:43] [discord] i checked today and nothing [15:33:49] [discord] in the morning [15:34:02] Did you register with an email [15:34:06] [discord] Is it possible you didn't have an email attached to it at the time? :/ [15:34:28] [discord] who sent it. Miraheze? I need to serch it [15:34:55] [discord] It should be in your inbox. I check my emails everyday. [15:36:01] it's definitely renamed [15:36:10] It would come from noreply@miraheze.org [15:38:22] [discord] https://cdn.discordapp.com/attachments/435711390544560128/963100707773349888/unknown.png [15:38:29] [discord] Nothing recent. I did a serch [15:39:54] [discord] Im pack [15:39:58] [discord] Im back (edited) [15:40:01] [discord] It worked [15:43:33] Just log in then to your new name [15:43:42] It's been done [17:02:41] if anyone here can help me making an abuse filter so IPs cant redirect a page if possible [21:06:49] .tell Bongo-Cat This would stop IPs from turning pages into a redirect: `action == 'edit' & user_age == 0 & new_wikitext irlike '^#REDIRECT[[ ]' & !(old_wikitext irlike '^#REDIRECT[[ ]')` [21:06:49] chrs: I'll pass that on when Bongo-Cat is around. [21:06:50] [tell] chrs: 2022-04-10 - 05:11:23UTC tell chrs sorry missed your ping in this channel [21:11:44] chrs: what if spaces between #REDIRECT & [[ [21:11:46] And hey [21:12:10] the `[[ ]` is actually a character group checking for either '[' or ' ' [21:12:29] and hey as well [21:14:53] chrs: that shows you how much I know about regex [21:15:15] regex can be really wierd [21:15:39] Yep [21:15:48] for example did you know that \b almost always refers to a boundary between words, but in a character group, it refers to a literal backspace character [21:15:56] No [21:16:14] that one took me a bit to figure out [21:16:47] it's quite wierd