Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: notices  (Read 7108 times)

0 Members and 1 Guest are viewing this topic.

Reggie1010

  • Guest
notices
« on: October 30, 2006, 10:44:41 PM »

can i send a notice to some other user on mirc
Logged

katsklaw

  • Guest
(No subject)
« Reply #1 on: October 30, 2006, 10:49:08 PM »

Yes, read your client's help file.
Logged

Reggie1010

  • Guest
(No subject)
« Reply #2 on: October 30, 2006, 11:06:01 PM »

looked in there cant find it
Logged

katsklaw

  • Guest
(No subject)
« Reply #3 on: October 30, 2006, 11:41:03 PM »

It doesn't matter what IRC client you use to send a /notice to another user. If you are using mIRC .. then the help files definately explains /notice .. try: /help /notice
Logged

Reggie1010

  • Guest
(No subject)
« Reply #4 on: October 31, 2006, 05:16:16 PM »

yep ok found that and it works

ok what im trying to do is this

i want to send a bot a notice (witch i can do now hehe )
on that notice i want the bot to excute a command
the reason i want it on a notice is so that other users will not know who triggered it

this is the code im using at the moment

on *:text:& cheating:#quizmania:{
  .timer 1 3 msg $chan I'm watching $1 BOSS
  .timer 1 5 msg $chan 5
  .timer 1 6 msg $chan 4
  .timer 1 7 msg $chan 3
  .timer 1 8 msg $chan 2
  .timer 1 9 msg $chan 1
  .timer 1 10 msg $chan Here We Go Weeeeeeeeeeeeeeeeeeeeeeeeeeeee
  .timer 1 11 kick $chan $1 hehehehehe
}


how go i get that to repond to a notice
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #5 on: October 31, 2006, 05:56:00 PM »

Im assuming this is mIRC. In which case you need the on NOTICE event which has the same format as the on TEXT event only the word NOTICE instead of TEXT.

Eg from your code.
on *:NOTICE:& cheating:#quizmania:{

[Edited on 31-10-2006 by Jobe1986]
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Reggie1010

  • Guest
(No subject)
« Reply #6 on: October 31, 2006, 10:07:14 PM »

tried that didnt work
Logged

n00bie

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 411
(No subject)
« Reply #7 on: October 31, 2006, 10:25:50 PM »

try & $+ cheating or *cheating*
lol... :-?

[Edited on 31-10-2006 by n00bie]
Logged
I am always doing things that which I cannot do, in order that I may learn how to do it.

owine

  • Anope User
  • Offline Offline
  • Posts: 130
(No subject)
« Reply #8 on: October 31, 2006, 11:13:04 PM »

replace the channel name in Jobe's string with a question mark (?). that is how mirc recognizes the notice window.
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #9 on: November 01, 2006, 01:05:31 AM »

oops my bad

owine is right. My example would only pick up notices sent to the channel.
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/
Pages: [1]   Go Up