| Tip of the day: You can allow trusted users to send more messages per second without having to make them IRCOp. Especially useful for bots. | 
Translations:Configuration/5/es
		
		
		
		Jump to navigation
		Jump to search
		
Bloque me
The me block defines the identity of the server.
Syntax:
me {
	name <name-of-server>;
	info "<server-description>";
	sid <server-id>;
}
The item name specifies the name of the server, info specifies the server's info line, sid is an unique server id which is a digit followed by two digits/letters in uppercase. This is an unique server value meaning NO other servers on the network may have the same sid.
Example:
me {
	name "irc.foonet.com";
	info "FooNet Server";
	sid 001;
}