This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by Klaas Tammling. | |
* Project: anope2atheme | |
* User: ktammling | |
* Date: 10.10.2016 | |
* Time: 15:55 | |
*/ | |
$mu_hold = 0x00000001; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Contributor Agreement | |
By contributing code to Ásbrú Connection Manager, you assert that: | |
* You have the rights to include the code, either as its original author, or due to it being released to you under a compatible license. | |
* You are not aware of any third party claims on the code, including copyright, patent, trademark, or any other legal claim. | |
* To agree with these assertions, when you submit your first pull request you will be asked after submitting to sign the CLA, you do this by following the link provided in the PR and agreeing to the CLA using your GitHub account. |