adding ban nick into config

These are old archives. They are kept for historic purposes only.
Post Reply
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

adding ban nick into config

Post by DragonRyder »

can i change this code:

Code: Select all

ban nick {
	mask "*DdOs*";
	reason "Reserved for Services";
};

ban nick {
	mask "*NaTzI*";
	reason "Reserved for Services";
};
to this:

Code: Select all

ban nick { mask "*DdOs*"; reason "Reserved for Services"; };

ban nick { mask "*NaTzI*"; reason "Reserved for Services"; };
asking before i try it to make sure i did it right.
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

As far as I know of it should be ok. It's just like with the Aliases and putting them on the same line. As long as you have the ; in there it knows that, that part of the file is completed and goes on to the next.
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

Post by DragonRyder »

thank you.
Post Reply