![]() |
![]() |
Lufia BlackCat |
![]()
Post
#1
|
Newbie ![]() Group: Members Posts: 6 Joined: 9-September 07 Member No.: 368 ![]() |
i didnt had any problems with amip yet, it worked great, but now i dont get a clue:
because in some channels they dont like WA postings i wanted to use the function to post on specific channels, i read evereything (help/faq) but it wont work. is it because the channel-prefix is "#" and AMIP cant handle it right? thx in advance |
![]() ![]() |
Markus -voks- Henn |
![]()
Post
#2
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 40 Joined: 13-March 06 From: Germany Member No.: 3 ![]() |
Working fine here: I added a channel (#test) to the channels list and used "/cme %name" as preset. Be sure to use "/cme" or "/cmsg" as preset command.
|
Lufia BlackCat |
![]()
Post
#3
|
Newbie ![]() Group: Members Posts: 6 Joined: 9-September 07 Member No.: 368 ![]() |
still wont work...
![]() |
Serge |
![]()
Post
#4
|
![]() AMIP Developer ![]() ![]() ![]() Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 ![]() |
It works, you are doing something wrong.
|
slim2 |
![]()
Post
#5
|
Newbie ![]() Group: Members Posts: 7 Joined: 27-August 07 Member No.: 360 ![]() |
Apologies for jumping onto this one but there was little point to start another topic for a similar problem (much like my first, which I regret doing) -
I'm using: //cme $active is listening to &c05%2$trunc2(text,len)&p by &c03%1$trunc2(text,len)&p from &c02%4 $trunc2(text,len)&p as a preset I have two channels set up in the list and when I key in the announce, it will include the name of one of the channels I am currently in inside the announce line. Is it just an issue with the preset I'm using? |
Serge |
![]()
Post
#6
|
![]() AMIP Developer ![]() ![]() ![]() Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 ![]() |
/cme is substituted with /describe #channel, where #channel is taken from the list of the channels you specify, it iterates through all the channels, therefore, your preset will expand in:
/describe #channel $active ... which is of course not what you want. So just use /cme followed with the song format spec. |
slim2 |
![]()
Post
#7
|
Newbie ![]() Group: Members Posts: 7 Joined: 27-August 07 Member No.: 360 ![]() |
Much appreciated.
|
slim2 |
![]()
Post
#8
|
Newbie ![]() Group: Members Posts: 7 Joined: 27-August 07 Member No.: 360 ![]() |
might've been a bit hasty there I modified the preset:
//describe #channel $active is listening to &c05%2$trunc2(text,len)&p by &c03%1$trunc2(text,len)&p from &c02%4 $trunc2(text,len)&p i added channels into the channel list in the configurator and it is still adding in the name of the channel i originally key in the announce for (ex. /mp3 triggers "slim2 #slim2 is listening to"...) |
Serge |
![]()
Post
#9
|
![]() AMIP Developer ![]() ![]() ![]() Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 ![]() |
Damn, all you have to use is:
/cme is listening to &c05%2$trunc2(text,len)&p by &c03%1$trunc2(text,len)&p from &c02%4 $trunc2(text,len)&p and put the channels in the Configurator. |
Lufia BlackCat |
![]()
Post
#10
|
Newbie ![]() Group: Members Posts: 6 Joined: 9-September 07 Member No.: 368 ![]() |
aaaah! now i got it!
i have to add the channels in the list, like "#music *add*" and then use /cme in the announcecode-preset... how stupid of me :D sorry sorry... must have cost some nerves of Serge ^_^ |
![]() ![]() |