rizons

rizons

Joined
Nov 09, 2012

Activity Stream

rizons commented on a Page, Days until christmas script.  -  Dec 03, 2012

Great =)

 Respond  
rizons commented on a Page, [2.0] Little IRCd (no user limit)  -  Dec 03, 2012

Error detected in IRCd configuration : variable error
Please read http://pastebin.com/2mwBxReg

how fixed this?

 Respond  
rizons commented on a Page, !gun fun trigger   -  Nov 30, 2012

man ??

write txt\gun.txt $2-
/notice $nick " $+ $2- $+ " is add too txt\gun.txt
if ( $2 == $null ) {
/notice $nick 2The correct way too add text is: 5 !add_gun < text >
}

is better use this

if ( $2- != $null ) {
write txt\gun.txt $2-
/notice $nick " $+ $2- $+ " is add too txt\gun.txt
}
else {
/notice $nick 2The correct way too add text is: 5 !add_gun < text >
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.