[01:06:12] LordDragon: logcat would help probably [01:06:17] do you experience that with any other apps? [01:06:43] and if not, is there any "precursors" to the freezing? any consistent pattern or behavior? [01:09:34] goose: it only happens with andchat. erm.. its usually when i am typing a long message into a channel [01:10:17] alright. best bet would be to install logcat, grab some log, and go from there [01:10:47] post a bug report and let al know in the report that you have logcat [01:11:02] (since you usually don't want to post that publically) [15:07:40] <{{Guy}}> AlCapwn or goose is the fix for /ignore in the next beta? [15:08:00] {{Guy}}: I'm not involved in development, so I don't know. What "fix"? [15:08:31] <{{Guy}}> /ignore doesn't work unless nick is in channel. [15:09:49] <{{Guy}}> Which sucks because some of the channels I'm in have bots that /notice the channel. [15:13:11] Oh, I see. It's only ignoring PRIVMSG, not NOTICE? [15:17:12] <{{Guy}}> It won't let me add them to the list at all. [15:18:15] <{{Guy}}> Are you on AndChat right now? [15:19:47] Value false was stored into infobot-case to config [15:30:23] I'm not [15:30:41] <{{Guy}}> Okay. [15:34:18] hold please [15:46:24] ok {{Guy}} [15:46:28] so what do you need me to try? [15:49:33] <{{Guy}}> Try /ignore OrainGitHub [15:51:25] <{{Guy}}> That's the bot that posts updates to the code. It's not in any channels and uses /notice [15:51:49] <{{Guy}}> There is currently no way to add a nick to ignore liat manually. [15:53:51] Ah, I understand [15:54:05] <{{Guy}}> :) [15:54:09] test [15:56:51] uhm.. [15:56:58] what if you open a query window with it [15:57:05] can you add it then? [15:59:45] <{{Guy}}> There is no way to open a query window with it. [16:01:44] /query OrainGitHub [16:02:30] or.. [16:02:44] <{{Guy}}> :57] query :Unknown command [16:03:02] /msg OrainGitHub test [16:03:04] <{{Guy}}> And /msg doesn't do anything either [16:03:05] will open a query window [16:03:15] but the user is offline. does it only come online at certain times? [16:03:46] <{{Guy}}> /msg returns :03] OrainGitHub :No such nick/channel [16:03:59] <{{Guy}}> Never comes online. [16:04:05] <{{Guy}}> It just posts. [16:04:06] So.. how does it message you? [16:04:09] Posts where? [16:04:22] <{{Guy}}> /notice to channel [16:04:33] err [16:04:42] it cannot send a /notice to a channel unless it is online [16:04:50] so.. does it only come online when commits are made? [16:04:52] <{{Guy}}> So it's only on for one second to post and never joins any channels. [16:05:12] oh, I understand [16:05:41] there's a workaround for this, though [16:05:57] that I only know is in the source code because Al and I back and forth'ed over how ignores should be handled [16:06:00] do you know the bot's ident? [16:06:26] <{{Guy}}> I've even tried joining as the bot, ignoring myself and dropping [16:06:42] <{{Guy}}> I don't. [16:06:57] oh, wait, that wouldn't work anyways [16:07:00] <{{Guy}}> And it's not a registered nick. [16:07:01] my workaround [16:07:32] because I don't have access to the box [16:07:41] wait.. what about.. let me test something [16:08:31] <{{Guy}}> Sure [16:11:48] Ok, there is a hacky way to do this, {{Guy}} [16:12:10] It will require a computer, though, and a way to get the bot's ident and host [16:12:22] * {{Guy}} listens [16:12:31] set an ignore of MobileGoose, or any other user in this channel, on andchat [16:12:40] go to the main screen and do a data backup, and export your data [16:12:52] move that XML export to your desktop computer [16:12:59] <{{Guy}}> Ahh.. [16:13:01] <{{Guy}}> I see. [16:13:04] open it with your text editor of choice (I prefer notepad++ personally) [16:13:08] the ignore should be around line 7 [16:13:20] edit it and change it with the bot's data, save it [16:13:26] reupload the XML file to your device [16:13:30] import backup data in andchat [16:13:34] hacky, but it'll work [16:13:39] <{{Guy}}> Hmm. [16:14:16] <{{Guy}}> I just have to figure out how to get bots full hostmask and ident... [16:19:01] ask someone in the channel it notices? [16:19:09] <{{Guy}}> Trying.. [16:19:09] most client, such as mine (irssi) will log it [16:19:13] <{{Guy}}> lol [16:19:19] alternatively, perhaps a /whowas [16:20:30] <{{Guy}}> Whowas? [16:20:59] yeah, it's a command which shows n!u@h info on recently disconnected clients [16:21:06] doesn't work if their connection was too far in the past, though [17:55:29] OrainGitHub!~OrainGitH@192.30.252.50 [18:06:42] there you go [18:14:37] :) [18:15:06] My only concern is what if that's a dynamic ip... [18:21:34] then the ignore won't work anymore [18:21:40] but it won't hurt anything to try [18:25:07] Can I set the ignore to OrainGitHub!~OrainGitH@([\d]{1,3}){4} and have it work no matter what IP is? [18:26:23] Or does ignore not allow regex? [19:01:39] it doesn't allow regular expression ath the moment [19:01:44] at the moment* [19:03:53] Meh... [19:04:00] Okay. [19:27:31] I know. I advocated for wildcard usage, but it's to be implemented in the future.