# CService Channel Application Checker

**Category:** mIRC_Addon  
**Original Author:** Bardahl

## Description
This script checks the status of a channel application in the CService system used by UnderNet IRC network.

## Key Features
- Checks if a channel exists in CService.
- Retrieves and displays information about the channel application, including its current status, username, date, objections count, comments, and URL.
- Formats the output for display on IRC channels using color codes.

## File Analysis
- **csc.tcl** — A Tcl script that defines procedures to check and display CService channel applications. It uses HTTP requests to fetch data from a specified URL and processes it to extract relevant information before sending it back to IRC users.
- **wt:filter** — A helper procedure used to encode certain characters in the channel name for URL purposes.