[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-04-22 16:55:53
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-04-22 16:55:46 UTC Modified files: doc/ircd.sample-en.conf Log message: Fallito ---------------------- diff included ---------------------- Index: ircd-ircdev/doc/ircd.sample-en.conf diff -u ircd-ircdev/doc/ircd.sample-en.conf:1.18 ircd-ircdev/doc/ircd.sample-en.conf:1.19 --- ircd-ircdev/doc/ircd.sample-en.conf:1.18 Fri Apr 22 09:22:12 2005 +++ ircd-ircdev/doc/ircd.sample-en.conf Fri Apr 22 09:55:35 2005 @@ -469,7 +469,7 @@ Kill { host = "*.edu"; reason = "Please use a nearer server"; }; # You can also kill based on username. -Kill { username = "sub7"; realname = "s*7*"; reason = "You are infected with a Trojan"; +Kill { username = "sub7"; realname = "s*7*"; reason = "You are infected with a Trojan"; }; # The file can contain for example, a reason, a link to the # server rules and a contact address. Note the combination ----------------------- End of diff ----------------------- |