Search found 4 matches

by Windigo
Mon Feb 22, 2021 6:41 pm
Forum: Generic support
Topic: Alias /report
Replies: 5
Views: 4463

Re: Alias /report

oh!

Code: Select all

alias report {
	format "^#" {
	
		target "#YourChannel";
		type normal;
		parameters "!report %1-";
		
	}
	type command;
}
like that? (I think that is right...)
by Windigo
Mon Feb 22, 2021 6:24 pm
Forum: Generic support
Topic: Alias /report
Replies: 5
Views: 4463

Re: Alias /report

Hi there! IRC commands are sent using a forward-slash "/", where you send the string is down to your configuration. !commands like that usually trigger bots, not servers. These types of commands are called "fantasy" commands, and the character "!" is a command char for ...
by Windigo
Wed Feb 10, 2021 6:00 pm
Forum: Generic support
Topic: Authentication service?
Replies: 4
Views: 5130

Re: Authentication service?

Pretty sure what you're asking is simple and achievable. You can setup a website with its own user database. Then, you can setup IRC so that users can authenticate with Services (Anope for example) during connect to your server. Then, you setup your Anope services to use the SQL database on your web...