Top

Comments

  (8)  RSS
zainul's
[DX]
Comments: 20
 
mIRC Snippet:  Flood
Posted on Jan 6, 2008 11:10 pm
No need for

[ocde]if ($nick == $me) {
halt
}[/code]
here

for " $me " use on *:INPUT:#: { instead
EL
Comments: 1,382
 
mIRC Snippet:  bithday
Posted on Dec 22, 2007 2:39 am
Your typoed your snippet title.Thats all i got for now lol It's late.`-.-´
HoNdAx707
Comments: 59
 
mIRC Snippet:  bithday
Posted on Dec 21, 2007 8:41 pm
Quote:

on *:TEXT:!addbday *:#virgin: {


not every1 has channel #virgin
zainul
Comments: 3
 
mIRC Snippet:  bithday
Posted on Dec 21, 2007 6:48 pm
ok i am not very good at this but i am trying an willing to learn thanks for the advise i will start with it
mountaindew
Comments: 1,645
 
mIRC Snippet:  bithday
Posted on Dec 21, 2007 4:39 pm
Code:

  if ($2) && ($read(bday.ini,s,$2)) {

use $readini

also, i suggest you learn hashtables
HoNdAx707
Comments: 59
 
mIRC Snippet:  asl
Posted on Dec 21, 2007 3:35 pm
missed and ending bracket.
MoNoXiDe
Comments: 19
 
mIRC Snippet:  asl
Posted on Dec 21, 2007 2:11 pm
that's a pretty cool idea :)
mountaindew
Comments: 1,645
 
mIRC Snippet:  asl
Posted on Dec 21, 2007 1:59 pm
Code:

on *:join:#: {
  if ($nick == $me) {
    halt
  }
  ...

u can do
[/code]
on !*:join:#:{
[/code]
( ! = if ($nick != $me) )
Bottom