Console warning suppressor
Go to file
Accelerator 14a8f04555
Some checks failed
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (master, latest) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-22.04, oldlinux, 1.12-dev, 1.12) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-22.04, oldlinux, master, latest) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-latest, linux, 1.12-dev, 1.12) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (ubuntu-latest, linux, master, latest) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (windows-latest, win, 1.12-dev, 1.12) (push) Has been cancelled
build / build with sm${{ matrix.sm_version }} on ${{ matrix.os_short }} (windows-latest, win, master, latest) (push) Has been cancelled
build / Release (push) Has been cancelled
Using Manifests for build
2025-04-21 10:56:00 +03:00
.github Using Manifests for build 2025-04-21 10:56:00 +03:00
sourcemod Delete sourcemod/gamedata directory 2021-06-11 14:21:27 +05:00
.gitignore don't strip newlines or 2021-08-24 08:41:52 +03:00
AMBuilder Using Manifests for build 2025-04-21 10:56:00 +03:00
AMBuildScript Using Manifests for build 2025-04-21 10:56:00 +03:00
configure.py Using Manifests for build 2025-04-21 10:56:00 +03:00
extension.cpp Fix finding strings 2024-05-07 18:41:08 +03:00
extension.h Fix finding strings 2024-05-07 18:41:08 +03:00
PackageScript Update ambuild scripts, added x64 build 2024-05-06 07:52:43 +03:00
Readme.md Update Readme.md 2021-08-24 08:41:52 +03:00
sigs.h Update sigs.h 2023-02-03 22:28:35 +03:00
smsdk_config.h 1.4.0 2024-05-07 18:10:12 +03:00

Cleaner extension

This is an extension for Sourcemod that allows you to strip lines from your console log. Most often different types of spam messages that are normal, but provide no useful info.

Note: This extension ignores nonprintable or non-ascii unicode characters, as removing them can lead to crashes.