- on *:TEXT:permban *:?:{
- if ($me == biggie`) {
- if ($2 == help) {
- Notice $nick Permban allows you to ban a user permanatly from your channel.
- notice $nick Usage : /msg $me permban <channel> <nick>
- close -m $nick
- }
- else {
- if (!$3) {
- notice $nick forgot to type a nickname
- close -m $nick
- }
- else {
- if ($chr(35) isin $2) {
- writeini database/banlist.ini permbans $2 $address($3,2)
- msg $nick $3 has been permanent banned in the channel $2
- ban -k $2 $3 2 You have been PERMANENT BANNED from this channel!
- close -m $nick
- }
- else {
- msg $nick Permban: Not enough parameters
- msg $nick Try /msg $me Permban help for info
- close -m $nick
- }
- }
- }
- }
- else {
- msg $nick You don't have access to this command!
- }
- }
Undefined
By: checkum | Date: Dec 19 2006 16:18 | Format: None | Expires: never | Size: 916 B | Hits: 1394
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago